Color Hex Logo

#d2904b Color Hex

#D2904B
(210,144,75)
0 Favorites   0 Comments

Color spaces of #d2904b

RGB 21014475
HSL0.090.600.56
HSV31°64°82°
CMYK 0.000.310.64   0.18
XYZ37.821634.156211.2560
Yxy34.15620.45440.4104
Hunter Lab58.443313.240529.4912
CIE-Lab65.086418.254945.9389

#d2904b color RGB value is (210,144,75).

#d2904b hex color red value is 210, green value is 144 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d2904b hue: 0.09 , saturation: 0.60 and the lightness value of d2904b is 0.56.

The process color (four color CMYK) of #d2904b color hex is 0.00, 0.31, 0.64, 0.18. Web safe color of #d2904b is #cc9933. Color #d2904b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010000 01001011
Octal 322 220 113
Decimal 210 144 75
Hex D2 90 4B

RGB Percentages of Color #d2904b

%48.95
%33.57
%17.48

CMYK Percentages of Color #d2904b

%0
%31
%64
%18

Triadic Colors of #d2904b

#d2904b #4bd290 #904bd2

Analogous Colors of #d2904b

#d2904b #d1d24b #d24d4b

Monochromatic Colors of #d2904b

#d2904b

Complementary Color

#d2904b #4b8dd2

#d2904b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2904b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2904b Color CSS Codes

.mybgcolor {background-color:#d2904b; } 
.myforecolor {color:#d2904b; }
.mybordercolor {border:3px solid #d2904b; }

#d2904b Text Font Color

<p style="color:#d2904b">Text here</p>

This sample text font color is #d2904b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d2904b Background Color

<div style="background-color:#d2904b">
Div content here</div>

This div background color is #d2904b


#d2904b Border Color

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

This div border color is #d2904b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,144,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2904b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2904b;
  -webkit-box-shadow: 1px 1px 3px 2px #d2904b;
  box-shadow:         1px 1px 3px 2px #d2904b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,144,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2904b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2904b;
  -webkit-box-shadow: 1px 1px 3px 2px #d2904b;
  box-shadow:         1px 1px 3px 2px #d2904b;">
Div content here</div>

This div box has shadow with color #d2904b


Comments

No comments written yet.

Please login to write comment.