Color Hex Logo

#d08b64 Color Hex

#D08B64
(208,139,100)
0 Favorites   0 Comments

Color spaces of #d08b64

RGB 208139100
HSL0.060.530.60
HSV22°52°82°
CMYK 0.000.330.52   0.18
XYZ37.545332.795216.4079
Yxy32.79520.43280.3780
Hunter Lab57.267116.810323.0995
CIE-Lab63.994722.062431.4927

#d08b64 color RGB value is (208,139,100).

#d08b64 hex color red value is 208, green value is 139 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d08b64 hue: 0.06 , saturation: 0.53 and the lightness value of d08b64 is 0.60.

The process color (four color CMYK) of #d08b64 color hex is 0.00, 0.33, 0.52, 0.18. Web safe color of #d08b64 is #cc9966. Color #d08b64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 01100100
Octal 320 213 144
Decimal 208 139 100
Hex D0 8B 64

RGB Percentages of Color #d08b64

%46.53
%31.10
%22.37

CMYK Percentages of Color #d08b64

%0
%33
%52
%18

Triadic Colors of #d08b64

#d08b64 #64d08b #8b64d0

Analogous Colors of #d08b64

#d08b64 #d0c164 #d06473

Monochromatic Colors of #d08b64

#d08b64

Complementary Color

#d08b64 #64a9d0

#d08b64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08b64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08b64 Color CSS Codes

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

#d08b64 Text Font Color

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

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


#d08b64 Background Color

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

This div background color is #d08b64


#d08b64 Border Color

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

This div border color is #d08b64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08b64


Comments

No comments written yet.

Please login to write comment.