Color Hex Logo

#d2900b Color Hex

#D2900B
(210,144,11)
0 Favorites   0 Comments

Color spaces of #d2900b

RGB 21014411
HSL0.110.900.43
HSV40°95°82°
CMYK 0.000.310.95   0.18
XYZ36.612033.67234.8864
Yxy33.67230.48710.4479
Hunter Lab58.027811.073835.6268
CIE-Lab64.701615.950168.0675

#d2900b color RGB value is (210,144,11).

#d2900b hex color red value is 210, green value is 144 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d2900b hue: 0.11 , saturation: 0.90 and the lightness value of d2900b is 0.43.

The process color (four color CMYK) of #d2900b color hex is 0.00, 0.31, 0.95, 0.18. Web safe color of #d2900b is #cc9900. Color #d2900b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010000 00001011
Octal 322 220 13
Decimal 210 144 11
Hex D2 90 B

RGB Percentages of Color #d2900b

%57.53
%39.45
%3.01

CMYK Percentages of Color #d2900b

%0
%31
%95
%18

Triadic Colors of #d2900b

#d2900b #0bd290 #900bd2

Analogous Colors of #d2900b

#d2900b #b1d20b #d22d0b

Monochromatic Colors of #d2900b

#d2900b

Complementary Color

#d2900b #0b4dd2

#d2900b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2900b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2900b Color CSS Codes

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

#d2900b Text Font Color

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

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


#d2900b Background Color

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

This div background color is #d2900b


#d2900b Border Color

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

This div border color is #d2900b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2900b


Comments

No comments written yet.

Please login to write comment.