Shades of Cameo #D4A888
Tints of Cameo #D4A888
RGB
CMYK
RGB Variations
Color information
#D4A888 (or 0xD4A888) is known color: Cameo. HEX triplet: D4, A8 and 88. RGB value is (212,168,136). Sum of RGB (Red+Green+Blue) = 212+168+136=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A888 is #2B5777. Grayscale: #B1B1B1. Windows color (decimal): -2840440 or 8956116. OLE color: 8956116.
HSL color Cylindrical-coordinate representation of color #D4A888: hue angle of 25.26º 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 #D4A888 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 136 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.17 |
| HSL | 25.26º | 0.47% | 0.68% | - |
| HSV(B) | 25.26º | 0.36% | 0.83% | - |
| XYZ | 45.6 | 43.78 | 29.34 | - |
| YUV | 177.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 136 | 0 | 0.21 | 0.36 | 0.17 | 25.26 | 0.47 | 0.68 |
| Hex | D4 | A8 | 88 | 0 | 15 | 24 | 11 | 19 | 2F | 44 |
| Octal | 324 | 250 | 210 | 0 | 25 | 44 | 21 | 31 | 57 | 104 |
| Binary | 11010100 | 10101000 | 10001000 | 0 | 10101 | 100100 | 10001 | 11001 | 101111 | 1000100 |
Color Harmonies of #D4A888
Complementary color
Monochromatic Colors of #D4A888
Black with #D4A888
Text Example
Text Example
White with #D4A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A888; }
p { color: rgb(212,168,136); }
H1.HeaderClassName
{
color: #D4A888;
}
.AnyTagClassName
{
color: #D4A888;
}
</style>
background-color css
<style>
a { background-color: #D4A888; }
a { background-color: rgb(212,168,136); }
div.DivClassName
{
background-color: #D4A888;
}
.BgClassName
{
background-color: #D4A888;
}
</style>
border-color css
<style>
span { border-color: #D4A888; }
span { border-color: rgb(212,168,136); }
td.TdClassName
{
border-color: #D4A888;
}
.TagClassName
{
border-color: #D4A888;
}
</style>