Color Hex Logo

#d0a82c Color Hex

#D0A82C
(208,168,44)
0 Favorites   0 Comments

Color spaces of #d0a82c

RGB 20816844
HSL0.130.650.49
HSV45°79°82°
CMYK 0.000.190.79   0.18
XYZ40.469741.59708.2789
Yxy41.59700.44790.4604
Hunter Lab64.4957-0.862637.5363
CIE-Lab70.59222.913264.5674

#d0a82c color RGB value is (208,168,44).

#d0a82c hex color red value is 208, green value is 168 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d0a82c hue: 0.13 , saturation: 0.65 and the lightness value of d0a82c is 0.49.

The process color (four color CMYK) of #d0a82c color hex is 0.00, 0.19, 0.79, 0.18. Web safe color of #d0a82c is #cc9933. Color #d0a82c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101000 00101100
Octal 320 250 54
Decimal 208 168 44
Hex D0 A8 2C

RGB Percentages of Color #d0a82c

%49.52
%40.00
%10.48

CMYK Percentages of Color #d0a82c

%0
%19
%79
%18

Triadic Colors of #d0a82c

#d0a82c #2cd0a8 #a82cd0

Analogous Colors of #d0a82c

#d0a82c #a6d02c #d0562c

Monochromatic Colors of #d0a82c

#d0a82c

Complementary Color

#d0a82c #2c54d0

#d0a82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a82c Color CSS Codes

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

#d0a82c Text Font Color

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

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


#d0a82c Background Color

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

This div background color is #d0a82c


#d0a82c Border Color

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

This div border color is #d0a82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a82c


Comments

No comments written yet.

Please login to write comment.