Shades of Cameo #D4A288
Tints of Cameo #D4A288
RGB
CMYK
RGB Variations
Color information
#D4A288 (or 0xD4A288) is known color: Cameo. HEX triplet: D4, A2 and 88. RGB value is (212,162,136). Sum of RGB (Red+Green+Blue) = 212+162+136=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A288 is #2B5D77. Grayscale: #AEAEAE. Windows color (decimal): -2841976 or 8954580. OLE color: 8954580.
HSL color Cylindrical-coordinate representation of color #D4A288: hue angle of 20.53º 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 #D4A288 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 136 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.17 |
| HSL | 20.53º | 0.47% | 0.68% | - |
| HSV(B) | 20.53º | 0.36% | 0.83% | - |
| XYZ | 44.52 | 41.62 | 28.98 | - |
| YUV | 173.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 136 | 0 | 0.24 | 0.36 | 0.17 | 20.53 | 0.47 | 0.68 |
| Hex | D4 | A2 | 88 | 0 | 18 | 24 | 11 | 15 | 2F | 44 |
| Octal | 324 | 242 | 210 | 0 | 30 | 44 | 21 | 25 | 57 | 104 |
| Binary | 11010100 | 10100010 | 10001000 | 0 | 11000 | 100100 | 10001 | 10101 | 101111 | 1000100 |
Color Harmonies of #D4A288
Complementary color
Monochromatic Colors of #D4A288
Black with #D4A288
Text Example
Text Example
White with #D4A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A288; }
p { color: rgb(212,162,136); }
H1.HeaderClassName
{
color: #D4A288;
}
.AnyTagClassName
{
color: #D4A288;
}
</style>
background-color css
<style>
a { background-color: #D4A288; }
a { background-color: rgb(212,162,136); }
div.DivClassName
{
background-color: #D4A288;
}
.BgClassName
{
background-color: #D4A288;
}
</style>
border-color css
<style>
span { border-color: #D4A288; }
span { border-color: rgb(212,162,136); }
td.TdClassName
{
border-color: #D4A288;
}
.TagClassName
{
border-color: #D4A288;
}
</style>