Color Hex Logo

#d0903b Color Hex

#D0903B
(208,144,59)
0 Favorites   0 Comments

Color spaces of #d0903b

RGB 20814459
HSL0.100.610.52
HSV34°72°82°
CMYK 0.000.310.72   0.18
XYZ36.775133.67228.6988
Yxy33.67220.46460.4254
Hunter Lab58.027811.575831.7314
CIE-Lab64.701516.489953.0023

#d0903b color RGB value is (208,144,59).

#d0903b hex color red value is 208, green value is 144 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d0903b hue: 0.10 , saturation: 0.61 and the lightness value of d0903b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010000 00111011
Octal 320 220 73
Decimal 208 144 59
Hex D0 90 3B

RGB Percentages of Color #d0903b

%50.61
%35.04
%14.36

CMYK Percentages of Color #d0903b

%0
%31
%72
%18

Triadic Colors of #d0903b

#d0903b #3bd090 #903bd0

Analogous Colors of #d0903b

#d0903b #c6d03b #d0453b

Monochromatic Colors of #d0903b

#d0903b

Complementary Color

#d0903b #3b7bd0

#d0903b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0903b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0903b Color CSS Codes

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

#d0903b Text Font Color

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

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


#d0903b Background Color

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

This div background color is #d0903b


#d0903b Border Color

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

This div border color is #d0903b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0903b


Comments

No comments written yet.

Please login to write comment.