Shades of Cameo #D5A982
Tints of Cameo #D5A982
RGB
CMYK
RGB Variations
Color information
#D5A982 (or 0xD5A982) is known color: Cameo. HEX triplet: D5, A9 and 82. RGB value is (213,169,130). Sum of RGB (Red+Green+Blue) = 213+169+130=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A982 is #2A567D. Grayscale: #B1B1B1. Windows color (decimal): -2774654 or 8563157. OLE color: 8563157.
HSL color Cylindrical-coordinate representation of color #D5A982: hue angle of 28.19º 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 #D5A982 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 130 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.16 |
| HSL | 28.19º | 0.5% | 0.67% | - |
| HSV(B) | 28.19º | 0.39% | 0.84% | - |
| XYZ | 45.66 | 44.13 | 27.23 | - |
| YUV | 177.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 130 | 0 | 0.21 | 0.39 | 0.16 | 28.19 | 0.5 | 0.67 |
| Hex | D5 | A9 | 82 | 0 | 15 | 27 | 10 | 1C | 32 | 43 |
| Octal | 325 | 251 | 202 | 0 | 25 | 47 | 20 | 34 | 62 | 103 |
| Binary | 11010101 | 10101001 | 10000010 | 0 | 10101 | 100111 | 10000 | 11100 | 110010 | 1000011 |
Color Harmonies of #D5A982
Complementary color
Monochromatic Colors of #D5A982
Black with #D5A982
Text Example
Text Example
White with #D5A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A982; }
p { color: rgb(213,169,130); }
H1.HeaderClassName
{
color: #D5A982;
}
.AnyTagClassName
{
color: #D5A982;
}
</style>
background-color css
<style>
a { background-color: #D5A982; }
a { background-color: rgb(213,169,130); }
div.DivClassName
{
background-color: #D5A982;
}
.BgClassName
{
background-color: #D5A982;
}
</style>
border-color css
<style>
span { border-color: #D5A982; }
span { border-color: rgb(213,169,130); }
td.TdClassName
{
border-color: #D5A982;
}
.TagClassName
{
border-color: #D5A982;
}
</style>