Shades of Cameo #D5A882
Tints of Cameo #D5A882
RGB
CMYK
RGB Variations
Color information
#D5A882 (or 0xD5A882) is known color: Cameo. HEX triplet: D5, A8 and 82. RGB value is (213,168,130). Sum of RGB (Red+Green+Blue) = 213+168+130=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A882 is #2A577D. Grayscale: #B1B1B1. Windows color (decimal): -2774910 or 8562901. OLE color: 8562901.
HSL color Cylindrical-coordinate representation of color #D5A882: hue angle of 27.47º 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 #D5A882 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 130 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.16 |
| HSL | 27.47º | 0.5% | 0.67% | - |
| HSV(B) | 27.47º | 0.39% | 0.84% | - |
| XYZ | 45.47 | 43.76 | 27.17 | - |
| YUV | 177.12 | 101.41 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 130 | 0 | 0.21 | 0.39 | 0.16 | 27.47 | 0.5 | 0.67 |
| Hex | D5 | A8 | 82 | 0 | 15 | 27 | 10 | 1B | 32 | 43 |
| Octal | 325 | 250 | 202 | 0 | 25 | 47 | 20 | 33 | 62 | 103 |
| Binary | 11010101 | 10101000 | 10000010 | 0 | 10101 | 100111 | 10000 | 11011 | 110010 | 1000011 |
Color Harmonies of #D5A882
Complementary color
Monochromatic Colors of #D5A882
Black with #D5A882
Text Example
Text Example
White with #D5A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A882; }
p { color: rgb(213,168,130); }
H1.HeaderClassName
{
color: #D5A882;
}
.AnyTagClassName
{
color: #D5A882;
}
</style>
background-color css
<style>
a { background-color: #D5A882; }
a { background-color: rgb(213,168,130); }
div.DivClassName
{
background-color: #D5A882;
}
.BgClassName
{
background-color: #D5A882;
}
</style>
border-color css
<style>
span { border-color: #D5A882; }
span { border-color: rgb(213,168,130); }
td.TdClassName
{
border-color: #D5A882;
}
.TagClassName
{
border-color: #D5A882;
}
</style>