#D4A980

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

Shades of Cameo #D4A980

Tints of Cameo #D4A980

Color information

#D4A980 (or 0xD4A980) is unknown color: approx Cameo. HEX triplet: D4, A9 and 80. RGB value is (212,169,128). Sum of RGB (Red+Green+Blue) = 212+169+128=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A980 is #2B567F. Grayscale: #B1B1B1. Windows color (decimal): -2840192 or 8432084. OLE color: 8432084.

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

Color convert

RGB212169128-
CMYK00.200.400.17
HSL29.29º49.41%66.67%-
HSV(B)29.29º39.62%83.14%-
XYZ45.2443.9326.52-
YUV177.18100.25152.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=41.65%
G=33.20%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216912800.200.400.1729.2949.4166.67
HexD4A98001428111d3143
Octal32425120002450213561103
Binary11010100101010011000000001010010100010001111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A980; }

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

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

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

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

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

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

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

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