Shades of Cameo #D5A980
Tints of Cameo #D5A980
RGB
CMYK
RGB Variations
Color information
#D5A980 (or 0xD5A980) is known color: 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
| RGB | 213 | 169 | 128 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.16 |
| HSL | 28.94º | 0.5% | 0.67% | - |
| HSV(B) | 28.94º | 0.4% | 0.84% | - |
| XYZ | 45.52 | 44.08 | 26.53 | - |
| YUV | 177.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 128 | 0 | 0.21 | 0.40 | 0.16 | 28.94 | 0.5 | 0.67 |
| Hex | D5 | A9 | 80 | 0 | 15 | 28 | 10 | 1D | 32 | 43 |
| Octal | 325 | 251 | 200 | 0 | 25 | 50 | 20 | 35 | 62 | 103 |
| Binary | 11010101 | 10101001 | 10000000 | 0 | 10101 | 101000 | 10000 | 11101 | 110010 | 1000011 |
Color Harmonies of #D5A980
Complementary color
Monochromatic Colors of #D5A980
Black with #D5A980
Text Example
Text Example
White with #D5A980
Text Example
Text Example
HTML Codes & Css Web 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>