Color Hex Logo

#d0981f Color Hex

#D0981F
(208,152,31)
0 Favorites   0 Comments

Color spaces of #d0981f

RGB 20815231
HSL0.110.740.47
HSV41°85°82°
CMYK 0.000.270.85   0.18
XYZ37.488035.96536.2625
Yxy35.96530.47030.4512
Hunter Lab59.97116.631235.7884
CIE-Lab66.493411.105665.0285

#d0981f color RGB value is (208,152,31).

#d0981f hex color red value is 208, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d0981f hue: 0.11 , saturation: 0.74 and the lightness value of d0981f is 0.47.

The process color (four color CMYK) of #d0981f color hex is 0.00, 0.27, 0.85, 0.18. Web safe color of #d0981f is #cc9933. Color #d0981f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 00011111
Octal 320 230 37
Decimal 208 152 31
Hex D0 98 1F

RGB Percentages of Color #d0981f

%53.20
%38.87
%7.93

CMYK Percentages of Color #d0981f

%0
%27
%85
%18

Triadic Colors of #d0981f

#d0981f #1fd098 #981fd0

Analogous Colors of #d0981f

#d0981f #b0d01f #d03f1f

Monochromatic Colors of #d0981f

#d0981f

Complementary Color

#d0981f #1f57d0

#d0981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0981f Color CSS Codes

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

#d0981f Text Font Color

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

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


#d0981f Background Color

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

This div background color is #d0981f


#d0981f Border Color

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

This div border color is #d0981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0981f


Comments

No comments written yet.

Please login to write comment.