#D0A682

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

Shades of Cameo #D0A682

Tints of Cameo #D0A682

Color information

#D0A682 (or 0xD0A682) is unknown color: approx Cameo. HEX triplet: D0, A6 and 82. RGB value is (208,166,130). Sum of RGB (Red+Green+Blue) = 208+166+130=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A682 is #2F597D. Grayscale: #AEAEAE. Windows color (decimal): -3103102 or 8562384. OLE color: 8562384.

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

Color convert

RGB208166130-
CMYK00.200.380.18
HSL27.69º45.35%66.27%-
HSV(B)27.69º37.5%81.57%-
XYZ43.6842.2926.98-
YUV174.45102.91151.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=41.27%
G=32.94%
B=25.79%

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
Decimal20816613000.200.380.1827.6945.3566.27
HexD0A68201426121c2d42
Octal32024620202446223455102
Binary11010000101001101000001001010010011010010111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A682; }

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

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

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

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

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

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

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

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