Shades of Cameo #D4A588
Tints of Cameo #D4A588
RGB
CMYK
RGB Variations
Color information
#D4A588 (or 0xD4A588) is known color: Cameo. HEX triplet: D4, A5 and 88. RGB value is (212,165,136). Sum of RGB (Red+Green+Blue) = 212+165+136=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A588 is #2B5A77. Grayscale: #AFAFAF. Windows color (decimal): -2841208 or 8955348. OLE color: 8955348.
HSL color Cylindrical-coordinate representation of color #D4A588: hue angle of 22.89º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4A588 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 136 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.17 |
| HSL | 22.89º | 0.47% | 0.68% | - |
| HSV(B) | 22.89º | 0.36% | 0.83% | - |
| XYZ | 45.05 | 42.68 | 29.16 | - |
| YUV | 175.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 136 | 0 | 0.22 | 0.36 | 0.17 | 22.89 | 0.47 | 0.68 |
| Hex | D4 | A5 | 88 | 0 | 16 | 24 | 11 | 17 | 2F | 44 |
| Octal | 324 | 245 | 210 | 0 | 26 | 44 | 21 | 27 | 57 | 104 |
| Binary | 11010100 | 10100101 | 10001000 | 0 | 10110 | 100100 | 10001 | 10111 | 101111 | 1000100 |
Color Harmonies of #D4A588
Complementary color
Monochromatic Colors of #D4A588
Black with #D4A588
Text Example
Text Example
White with #D4A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A588; }
p { color: rgb(212,165,136); }
H1.HeaderClassName
{
color: #D4A588;
}
.AnyTagClassName
{
color: #D4A588;
}
</style>
background-color css
<style>
a { background-color: #D4A588; }
a { background-color: rgb(212,165,136); }
div.DivClassName
{
background-color: #D4A588;
}
.BgClassName
{
background-color: #D4A588;
}
</style>
border-color css
<style>
span { border-color: #D4A588; }
span { border-color: rgb(212,165,136); }
td.TdClassName
{
border-color: #D4A588;
}
.TagClassName
{
border-color: #D4A588;
}
</style>