#D0A780

Color #D0A780 Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #D0A780

Tints of Cameo #D0A780

Color information

#D0A780 (or 0xD0A780) is unknown color: approx Cameo. HEX triplet: D0, A7 and 80. RGB value is (208,167,128). Sum of RGB (Red+Green+Blue) = 208+167+128=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A780 is #2F587F. Grayscale: #AFAFAF. Windows color (decimal): -3102848 or 8431568. OLE color: 8431568.

HSL color Cylindrical-coordinate representation of color #D0A780: hue angle of 29.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0A780 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208167128-
CMYK00.200.380.18
HSL29.25º45.98%65.88%-
HSV(B)29.25º38.46%81.57%-
XYZ43.7342.6126.34-
YUV174.81101.58151.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=41.35%
G=33.20%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816712800.200.380.1829.2545.9865.88
HexD0A78001426121d2e42
Octal32024720002446223556102
Binary11010000101001111000000001010010011010010111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A780; }

 p { color: rgb(208,167,128); }

 H1.HeaderClassName
 {
   color: #D0A780;
 }
 .AnyTagClassName
 {
   color: #D0A780;
 }
</style>
background-color css

<style>
 a { background-color: #D0A780; }

 a { background-color: rgb(208,167,128); }

 div.DivClassName
 {
   background-color: #D0A780;
 }
 .BgClassName
 {
   background-color: #D0A780;
 }
</style>
border-color css

<style>
 span { border-color: #D0A780; }

 span { border-color: rgb(208,167,128); }

 td.TdClassName
 {
   border-color: #D0A780;
 }
 .TagClassName
 {
   border-color: #D0A780;
 }
</style>