Color Hex Logo

#d0662a Color Hex

#D0662A
(208,102,42)
0 Favorites   0 Comments

Color spaces of #d0662a

RGB 20810242
HSL0.060.660.49
HSV22°80°82°
CMYK 0.000.510.80   0.18
XYZ31.181723.07985.0019
Yxy23.07980.52620.3894
Hunter Lab48.041431.784427.4559
CIE-Lab55.154438.144751.0512

#d0662a color RGB value is (208,102,42).

#d0662a hex color red value is 208, green value is 102 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d0662a hue: 0.06 , saturation: 0.66 and the lightness value of d0662a is 0.49.

The process color (four color CMYK) of #d0662a color hex is 0.00, 0.51, 0.80, 0.18. Web safe color of #d0662a is #cc6633. Color #d0662a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 00101010
Octal 320 146 52
Decimal 208 102 42
Hex D0 66 2A

RGB Percentages of Color #d0662a

%59.09
%28.98
%11.93

CMYK Percentages of Color #d0662a

%0
%51
%80
%18

Triadic Colors of #d0662a

#d0662a #2ad066 #662ad0

Analogous Colors of #d0662a

#d0662a #d0b92a #d02a41

Monochromatic Colors of #d0662a

#d0662a

Complementary Color

#d0662a #2a94d0

#d0662a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0662a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0662a Color CSS Codes

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

#d0662a Text Font Color

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

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


#d0662a Background Color

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

This div background color is #d0662a


#d0662a Border Color

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

This div border color is #d0662a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0662a


Comments

No comments written yet.

Please login to write comment.