Color Hex Logo

#d08a3b Color Hex

#D08A3B
(208,138,59)
0 Favorites   0 Comments

Color spaces of #d08a3b

RGB 20813859
HSL0.090.610.52
HSV32°72°82°
CMYK 0.000.340.72   0.18
XYZ35.890331.90268.4039
Yxy31.90260.47100.4187
Hunter Lab56.482414.579130.7160
CIE-Lab63.262319.747851.5054

#d08a3b color RGB value is (208,138,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001010 00111011
Octal 320 212 73
Decimal 208 138 59
Hex D0 8A 3B

RGB Percentages of Color #d08a3b

%51.36
%34.07
%14.57

CMYK Percentages of Color #d08a3b

%0
%34
%72
%18

Triadic Colors of #d08a3b

#d08a3b #3bd08a #8a3bd0

Analogous Colors of #d08a3b

#d08a3b #ccd03b #d03f3b

Monochromatic Colors of #d08a3b

#d08a3b

Complementary Color

#d08a3b #3b81d0

#d08a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08a3b Color CSS Codes

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

#d08a3b Text Font Color

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

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


#d08a3b Background Color

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

This div background color is #d08a3b


#d08a3b Border Color

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

This div border color is #d08a3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,138,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 #d08a3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08a3b


Comments

No comments written yet.

Please login to write comment.