#D0A982

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

Shades of Cameo #D0A982

Tints of Cameo #D0A982

Color information

#D0A982 (or 0xD0A982) is unknown color: approx Cameo. HEX triplet: D0, A9 and 82. RGB value is (208,169,130). Sum of RGB (Red+Green+Blue) = 208+169+130=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A982 is #2F567D. Grayscale: #B0B0B0. Windows color (decimal): -3102334 or 8563152. OLE color: 8563152.

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

Color convert

RGB208169130-
CMYK00.190.380.18
HSL30º45.35%66.27%-
HSV(B)30º37.5%81.57%-
XYZ44.2343.427.16-
YUV176.21101.92150.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=41.03%
G=33.33%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816913000.190.380.183045.3566.27
HexD0A98201326121e2d42
Octal32025120202346223655102
Binary11010000101010011000001001001110011010010111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A982; }

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

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

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

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

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

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

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

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