Color Hex Logo

#d2902a Color Hex

#D2902A
(210,144,42)
0 Favorites   0 Comments

Color spaces of #d2902a

RGB 21014442
HSL0.100.670.49
HSV36°80°82°
CMYK 0.000.310.80   0.18
XYZ36.969533.81536.7690
Yxy33.81530.47670.4360
Hunter Lab58.150911.717433.8041
CIE-Lab64.815716.638760.1083

#d2902a color RGB value is (210,144,42).

#d2902a hex color red value is 210, green value is 144 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d2902a hue: 0.10 , saturation: 0.67 and the lightness value of d2902a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010000 00101010
Octal 322 220 52
Decimal 210 144 42
Hex D2 90 2A

RGB Percentages of Color #d2902a

%53.03
%36.36
%10.61

CMYK Percentages of Color #d2902a

%0
%31
%80
%18

Triadic Colors of #d2902a

#d2902a #2ad290 #902ad2

Analogous Colors of #d2902a

#d2902a #c0d22a #d23c2a

Monochromatic Colors of #d2902a

#d2902a

Complementary Color

#d2902a #2a6cd2

#d2902a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2902a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2902a Color CSS Codes

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

#d2902a Text Font Color

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

This sample text font color is #d2902a
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.


#d2902a Background Color

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

This div background color is #d2902a


#d2902a Border Color

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

This div border color is #d2902a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2902a


Comments

No comments written yet.

Please login to write comment.