Color Hex Logo

#d08918 Color Hex

#D08918
(208,137,24)
0 Favorites   0 Comments

Color spaces of #d08918

RGB 20813724
HSL0.100.790.45
HSV37°88°82°
CMYK 0.000.340.88   0.18
XYZ35.123031.36725.0674
Yxy31.36720.49080.4383
Hunter Lab56.006413.930533.8400
CIE-Lab62.816419.075863.9501

#d08918 color RGB value is (208,137,24).

#d08918 hex color red value is 208, green value is 137 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #d08918 hue: 0.10 , saturation: 0.79 and the lightness value of d08918 is 0.45.

The process color (four color CMYK) of #d08918 color hex is 0.00, 0.34, 0.88, 0.18. Web safe color of #d08918 is #cc9900. Color #d08918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 00011000
Octal 320 211 30
Decimal 208 137 24
Hex D0 89 18

RGB Percentages of Color #d08918

%56.37
%37.13
%6.50

CMYK Percentages of Color #d08918

%0
%34
%88
%18

Triadic Colors of #d08918

#d08918 #18d089 #8918d0

Analogous Colors of #d08918

#d08918 #bbd018 #d02d18

Monochromatic Colors of #d08918

#d08918

Complementary Color

#d08918 #185fd0

#d08918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08918 Color CSS Codes

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

#d08918 Text Font Color

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

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


#d08918 Background Color

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

This div background color is #d08918


#d08918 Border Color

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

This div border color is #d08918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08918


Comments

No comments written yet.

Please login to write comment.