COLOR #D19534

HEX: #D19534
RGB: (209,149,52)

Color info

#D19534 contains mainly red color. Web safe color of #D19534 is #CC9933 (or #C93).

RGB color model

#D19534 color RGB value is (209,149,52).

  • red value is 209;
  • green value is 149;
  • blue value is 52.
RGB:
(209,149,52)
(82%,58%,20%)

RGB channels and saturation

R 209 of 255 = 82%
G 149 of 255 = 58%
B 52 of 255 = 20%

209
149
52

R + G + B ~ 53%. #D19534 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 149 + 52 = 410 (100%)
R 209 of 410 ~ 50.98%
G 149 of 410 ~ 36.34%
B 52 of 410 ~ 12.68%

%50.98
%36.34
%12.68

CMYK color model

#D19534 color CMYK value is (0,29,75,18).

  • cyan value is 0.00%
  • magenta value is 28.71%
  • yellow value is 75.12%
  • key color value is 18.04%
CMYK:
(0,29,75,18)
C0M29Y75K18 
(0%,29%,75%,18%)
(0.00/0.29/0.75/0.18)	

CMYK percentages

%0
%28.71
%75.12
%18.04

Codes

Color #D19534 in popluar color models

D19534
RGB20914952
HSL37°63.05%51.18%
HSB/HSV37°75.12%81.96%
CMYK0.00%28.71%75.12%
18.04%

Color #D19534 in popluar number systems.

HEXD19534
Decimal20914952
Binary1101000110010101110100
Octal32122564

Shades and tints

Shades of #D19534

#D19534
(209,149,52)
#BE8830
(190,136,48)
#AB7B2C
(171,123,44)
#986E28
(152,110,40)
#856124
(133,97,36)
#725420
(114,84,32)
#5F471C
(95,71,28)
#4C3A18
(76,58,24)
#392D14
(57,45,20)
#262010
(38,32,16)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #D19534

#D19534
(209,149,52)
#D59E46
(213,158,70)
#D9A758
(217,167,88)
#DDB06A
(221,176,106)
#E1B97C
(225,185,124)
#E5C28E
(229,194,142)
#E9CBA0
(233,203,160)
#EDD4B2
(237,212,178)
#F1DDC4
(241,221,196)
#F5E6D6
(245,230,214)
#F9EFE8
(249,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19534 color. Also use rgb(209,149,52) instead hex code.

Text Font Color

.myTextColor { color: #D19534; }

<p style="color:#D19534">This sample text font color is #D19534.</p>

This text font color is #D19534.


Background Color

.myBgColor { background-color: #D19534; }

<div style="background-color:#D19534">Inner text</div>

This div background color is #D19534.


Border color

.myBorderColor { border: 1px solid #D19534; }

<div style="border:3px solid #D19534">Div</div>

This div border color is #D19534.


Opacity

.myOpacity80 { color: #D19534; opacity: 0.8; }

<p style="color:#D19534;opacity:0.8;">80%</p>

Text with #D19534 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D19534;}

<p style="text-shadow: 3px 3px 1px #D19534">Text here.</p>

This text has shadow with #D19534 color.

.textShadow {text-shadow: 3px 3px 1px #D19534, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D19534, 5px 5px 20px red">Text here.</p>

This text has shadow with #D19534 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D19534, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D19534, Direction=45, Strength=4)">Text</p>

This text has shadow with #D19534 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D19534;
  -webkit-box-shadow:	1px 1px 3px 2px #D19534;
  box-shadow:		1px 1px 3px 2px #D19534;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D19534;
-webkit-box-shadow: 1px 1px 3px 2px #D19534;
box-shadow:1px 1px 3px 2px #D19534;">
Div content here</div>
This div box has shadow with color #D19534.

Preview

Color preview on black background

This text has color #D19534 on black background.


Color preview on white background

This text has color #D19534 on white background.



Black color preview on #D19534 background

This text has black color on #D19534 background.


White color preview on #D19534 background

This text has white color on #D19534 background.