#D5A980

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

Shades of Cameo #D5A980

Tints of Cameo #D5A980

Color information

#D5A980 (or 0xD5A980) is unknown color: approx Cameo. HEX triplet: D5, A9 and 80. RGB value is (213,169,128). Sum of RGB (Red+Green+Blue) = 213+169+128=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A980 is #2A567F. Grayscale: #B1B1B1. Windows color (decimal): -2774656 or 8432085. OLE color: 8432085.

HSL color Cylindrical-coordinate representation of color #D5A980: hue angle of 28.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5A980 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213169128-
CMYK00.210.400.16
HSL28.94º50.3%66.86%-
HSV(B)28.94º39.91%83.53%-
XYZ45.5244.0826.53-
YUV177.48100.08153.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=41.76%
G=33.14%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316912800.210.400.1628.9450.366.86
HexD5A98001528101d3243
Octal32525120002550203562103
Binary11010101101010011000000001010110100010000111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A980; }

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

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

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

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

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

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

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

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