Shades of Cameo #D4A87F
Tints of Cameo #D4A87F
RGB
CMYK
RGB Variations
Color information
#D4A87F (or 0xD4A87F) is known color: Cameo. HEX triplet: D4, A8 and 7F. RGB value is (212,168,127). Sum of RGB (Red+Green+Blue) = 212+168+127=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A87F is #2B5780. Grayscale: #B0B0B0. Windows color (decimal): -2840449 or 8366292. OLE color: 8366292.
HSL color Cylindrical-coordinate representation of color #D4A87F: hue angle of 28.94º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4A87F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 127 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.17 |
| HSL | 28.94º | 0.5% | 0.66% | - |
| HSV(B) | 28.94º | 0.4% | 0.83% | - |
| XYZ | 44.98 | 43.53 | 26.11 | - |
| YUV | 176.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 127 | 0 | 0.21 | 0.40 | 0.17 | 28.94 | 0.5 | 0.66 |
| Hex | D4 | A8 | 7F | 0 | 15 | 28 | 11 | 1D | 32 | 42 |
| Octal | 324 | 250 | 177 | 0 | 25 | 50 | 21 | 35 | 62 | 102 |
| Binary | 11010100 | 10101000 | 1111111 | 0 | 10101 | 101000 | 10001 | 11101 | 110010 | 1000010 |
Color Harmonies of #D4A87F
Complementary color
Monochromatic Colors of #D4A87F
Black with #D4A87F
Text Example
Text Example
White with #D4A87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A87F; }
p { color: rgb(212,168,127); }
H1.HeaderClassName
{
color: #D4A87F;
}
.AnyTagClassName
{
color: #D4A87F;
}
</style>
background-color css
<style>
a { background-color: #D4A87F; }
a { background-color: rgb(212,168,127); }
div.DivClassName
{
background-color: #D4A87F;
}
.BgClassName
{
background-color: #D4A87F;
}
</style>
border-color css
<style>
span { border-color: #D4A87F; }
span { border-color: rgb(212,168,127); }
td.TdClassName
{
border-color: #D4A87F;
}
.TagClassName
{
border-color: #D4A87F;
}
</style>