Shades of Cameo #D5A981
Tints of Cameo #D5A981
RGB
CMYK
RGB Variations
Color information
#D5A981 (or 0xD5A981) is known color: Cameo. HEX triplet: D5, A9 and 81. RGB value is (213,169,129). Sum of RGB (Red+Green+Blue) = 213+169+129=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A981 is #2A567E. Grayscale: #B1B1B1. Windows color (decimal): -2774655 or 8497621. OLE color: 8497621.
HSL color Cylindrical-coordinate representation of color #D5A981: hue angle of 28.57º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5A981 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 129 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.16 |
| HSL | 28.57º | 0.5% | 0.67% | - |
| HSV(B) | 28.57º | 0.39% | 0.84% | - |
| XYZ | 45.59 | 44.11 | 26.88 | - |
| YUV | 177.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 129 | 0 | 0.21 | 0.39 | 0.16 | 28.57 | 0.5 | 0.67 |
| Hex | D5 | A9 | 81 | 0 | 15 | 27 | 10 | 1D | 32 | 43 |
| Octal | 325 | 251 | 201 | 0 | 25 | 47 | 20 | 35 | 62 | 103 |
| Binary | 11010101 | 10101001 | 10000001 | 0 | 10101 | 100111 | 10000 | 11101 | 110010 | 1000011 |
Color Harmonies of #D5A981
Complementary color
Monochromatic Colors of #D5A981
Black with #D5A981
Text Example
Text Example
White with #D5A981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A981; }
p { color: rgb(213,169,129); }
H1.HeaderClassName
{
color: #D5A981;
}
.AnyTagClassName
{
color: #D5A981;
}
</style>
background-color css
<style>
a { background-color: #D5A981; }
a { background-color: rgb(213,169,129); }
div.DivClassName
{
background-color: #D5A981;
}
.BgClassName
{
background-color: #D5A981;
}
</style>
border-color css
<style>
span { border-color: #D5A981; }
span { border-color: rgb(213,169,129); }
td.TdClassName
{
border-color: #D5A981;
}
.TagClassName
{
border-color: #D5A981;
}
</style>