#D2A981

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

Shades of Cameo #D2A981

Tints of Cameo #D2A981

Color information

#D2A981 (or 0xD2A981) is unknown color: approx Cameo. HEX triplet: D2, A9 and 81. RGB value is (210,169,129). Sum of RGB (Red+Green+Blue) = 210+169+129=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A981 is #2D567E. Grayscale: #B0B0B0. Windows color (decimal): -2971263 or 8497618. OLE color: 8497618.

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

Color convert

RGB210169129-
CMYK00.200.390.18
HSL29.63º47.37%66.47%-
HSV(B)29.63º38.57%82.35%-
XYZ44.7343.6626.84-
YUV176.7101.08151.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 129 (50.78% from 255) = 25.39%
R=41.34%
G=33.27%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016912900.200.390.1829.6347.3766.47
HexD2A98101427121e2f42
Octal32225120102447223657102
Binary11010010101010011000000101010010011110010111101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A981; }

 p { color: rgb(210,169,129); }

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

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

 a { background-color: rgb(210,169,129); }

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

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

 span { border-color: rgb(210,169,129); }

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