#D4A981

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

Shades of Cameo #D4A981

Tints of Cameo #D4A981

Color information

#D4A981 (or 0xD4A981) is unknown color: approx Cameo. HEX triplet: D4, A9 and 81. RGB value is (212,169,129). Sum of RGB (Red+Green+Blue) = 212+169+129=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A981 is #2B567E. Grayscale: #B1B1B1. Windows color (decimal): -2840191 or 8497620. OLE color: 8497620.

HSL color Cylindrical-coordinate representation of color #D4A981: hue angle of 28.92º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4A981 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB212169129-
CMYK00.200.390.17
HSL28.92º49.11%66.86%-
HSV(B)28.92º39.15%83.14%-
XYZ45.343.9626.87-
YUV177.3100.75152.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=41.57%
G=33.14%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216912900.200.390.1728.9249.1166.86
HexD4A98101427111d3143
Octal32425120102447213561103
Binary11010100101010011000000101010010011110001111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A981; }

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

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

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

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

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

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

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

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