Shades of Cameo #D4A88E
Tints of Cameo #D4A88E
RGB
CMYK
RGB Variations
Color information
#D4A88E (or 0xD4A88E) is known color: Cameo. HEX triplet: D4, A8 and 8E. RGB value is (212,168,142). Sum of RGB (Red+Green+Blue) = 212+168+142=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A88E is #2B5771. Grayscale: #B2B2B2. Windows color (decimal): -2840434 or 9349332. OLE color: 9349332.
HSL color Cylindrical-coordinate representation of color #D4A88E: hue angle of 22.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A88E is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 142 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.17 |
| HSL | 22.29º | 0.45% | 0.69% | - |
| HSV(B) | 22.29º | 0.33% | 0.83% | - |
| XYZ | 46.04 | 43.96 | 31.65 | - |
| YUV | 178.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 142 | 0 | 0.21 | 0.33 | 0.17 | 22.29 | 0.45 | 0.69 |
| Hex | D4 | A8 | 8E | 0 | 15 | 21 | 11 | 16 | 2D | 45 |
| Octal | 324 | 250 | 216 | 0 | 25 | 41 | 21 | 26 | 55 | 105 |
| Binary | 11010100 | 10101000 | 10001110 | 0 | 10101 | 100001 | 10001 | 10110 | 101101 | 1000101 |
Color Harmonies of #D4A88E
Complementary color
Monochromatic Colors of #D4A88E
Black with #D4A88E
Text Example
Text Example
White with #D4A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A88E; }
p { color: rgb(212,168,142); }
H1.HeaderClassName
{
color: #D4A88E;
}
.AnyTagClassName
{
color: #D4A88E;
}
</style>
background-color css
<style>
a { background-color: #D4A88E; }
a { background-color: rgb(212,168,142); }
div.DivClassName
{
background-color: #D4A88E;
}
.BgClassName
{
background-color: #D4A88E;
}
</style>
border-color css
<style>
span { border-color: #D4A88E; }
span { border-color: rgb(212,168,142); }
td.TdClassName
{
border-color: #D4A88E;
}
.TagClassName
{
border-color: #D4A88E;
}
</style>