Shades of Cameo #D4A688
Tints of Cameo #D4A688
RGB
CMYK
RGB Variations
Color information
#D4A688 (or 0xD4A688) is known color: Cameo. HEX triplet: D4, A6 and 88. RGB value is (212,166,136). Sum of RGB (Red+Green+Blue) = 212+166+136=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A688 is #2B5977. Grayscale: #B0B0B0. Windows color (decimal): -2840952 or 8955604. OLE color: 8955604.
HSL color Cylindrical-coordinate representation of color #D4A688: hue angle of 23.68º 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 #D4A688 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 136 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.17 |
| HSL | 23.68º | 0.47% | 0.68% | - |
| HSV(B) | 23.68º | 0.36% | 0.83% | - |
| XYZ | 45.23 | 43.05 | 29.22 | - |
| YUV | 176.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 136 | 0 | 0.22 | 0.36 | 0.17 | 23.68 | 0.47 | 0.68 |
| Hex | D4 | A6 | 88 | 0 | 16 | 24 | 11 | 18 | 2F | 44 |
| Octal | 324 | 246 | 210 | 0 | 26 | 44 | 21 | 30 | 57 | 104 |
| Binary | 11010100 | 10100110 | 10001000 | 0 | 10110 | 100100 | 10001 | 11000 | 101111 | 1000100 |
Color Harmonies of #D4A688
Complementary color
Monochromatic Colors of #D4A688
Black with #D4A688
Text Example
Text Example
White with #D4A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A688; }
p { color: rgb(212,166,136); }
H1.HeaderClassName
{
color: #D4A688;
}
.AnyTagClassName
{
color: #D4A688;
}
</style>
background-color css
<style>
a { background-color: #D4A688; }
a { background-color: rgb(212,166,136); }
div.DivClassName
{
background-color: #D4A688;
}
.BgClassName
{
background-color: #D4A688;
}
</style>
border-color css
<style>
span { border-color: #D4A688; }
span { border-color: rgb(212,166,136); }
td.TdClassName
{
border-color: #D4A688;
}
.TagClassName
{
border-color: #D4A688;
}
</style>