#D0A082

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

Shades of Cameo #D0A082

Tints of Cameo #D0A082

Color information

#D0A082 (or 0xD0A082) is unknown color: approx Cameo. HEX triplet: D0, A0 and 82. RGB value is (208,160,130). Sum of RGB (Red+Green+Blue) = 208+160+130=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A082 is #2F5F7D. Grayscale: #ABABAB. Windows color (decimal): -3104638 or 8560848. OLE color: 8560848.

HSL color Cylindrical-coordinate representation of color #D0A082: hue angle of 23.08º degrees, saturation: 0.45, 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 #D0A082 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208160130-
CMYK00.230.380.18
HSL23.08º45.35%66.27%-
HSV(B)23.08º37.5%81.57%-
XYZ42.6140.1626.63-
YUV170.93104.9154.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=41.77%
G=32.13%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816013000.230.380.1823.0845.3566.27
HexD0A0820172612172d42
Octal32024020202746222755102
Binary11010000101000001000001001011110011010010101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A082; }

 p { color: rgb(208,160,130); }

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

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

 a { background-color: rgb(208,160,130); }

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

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

 span { border-color: rgb(208,160,130); }

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