Color Hex Logo

#d08635 Color Hex

#D08635
(208,134,53)
0 Favorites   0 Comments

Color spaces of #d08635

RGB 20813453
HSL0.090.620.51
HSV31°75°82°
CMYK 0.000.360.75   0.18
XYZ35.180130.71717.4430
Yxy30.71710.47970.4188
Hunter Lab55.423016.313730.8338
CIE-Lab62.268121.633553.1690

#d08635 color RGB value is (208,134,53).

#d08635 hex color red value is 208, green value is 134 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d08635 hue: 0.09 , saturation: 0.62 and the lightness value of d08635 is 0.51.

The process color (four color CMYK) of #d08635 color hex is 0.00, 0.36, 0.75, 0.18. Web safe color of #d08635 is #cc9933. Color #d08635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000110 00110101
Octal 320 206 65
Decimal 208 134 53
Hex D0 86 35

RGB Percentages of Color #d08635

%52.66
%33.92
%13.42

CMYK Percentages of Color #d08635

%0
%36
%75
%18

Triadic Colors of #d08635

#d08635 #35d086 #8635d0

Analogous Colors of #d08635

#d08635 #cdd035 #d03835

Monochromatic Colors of #d08635

#d08635

Complementary Color

#d08635 #357fd0

#d08635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08635 Color CSS Codes

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

#d08635 Text Font Color

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

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


#d08635 Background Color

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

This div background color is #d08635


#d08635 Border Color

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

This div border color is #d08635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08635


Comments

No comments written yet.

Please login to write comment.