Shades of Cameo #D1A87F
Tints of Cameo #D1A87F
RGB
CMYK
RGB Variations
Color information
#D1A87F (or 0xD1A87F) is known color: Cameo. HEX triplet: D1, A8 and 7F. RGB value is (209,168,127). Sum of RGB (Red+Green+Blue) = 209+168+127=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A87F is #2E5780. Grayscale: #AFAFAF. Windows color (decimal): -3037057 or 8366289. OLE color: 8366289.
HSL color Cylindrical-coordinate representation of color #D1A87F: hue angle of 30º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1A87F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 127 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.18 |
| HSL | 30º | 0.47% | 0.66% | - |
| HSV(B) | 30º | 0.39% | 0.82% | - |
| XYZ | 44.13 | 43.09 | 26.07 | - |
| YUV | 175.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 127 | 0 | 0.20 | 0.39 | 0.18 | 30 | 0.47 | 0.66 |
| Hex | D1 | A8 | 7F | 0 | 14 | 27 | 12 | 1E | 2F | 42 |
| Octal | 321 | 250 | 177 | 0 | 24 | 47 | 22 | 36 | 57 | 102 |
| Binary | 11010001 | 10101000 | 1111111 | 0 | 10100 | 100111 | 10010 | 11110 | 101111 | 1000010 |
Color Harmonies of #D1A87F
Complementary color
Monochromatic Colors of #D1A87F
Black with #D1A87F
Text Example
Text Example
White with #D1A87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A87F; }
p { color: rgb(209,168,127); }
H1.HeaderClassName
{
color: #D1A87F;
}
.AnyTagClassName
{
color: #D1A87F;
}
</style>
background-color css
<style>
a { background-color: #D1A87F; }
a { background-color: rgb(209,168,127); }
div.DivClassName
{
background-color: #D1A87F;
}
.BgClassName
{
background-color: #D1A87F;
}
</style>
border-color css
<style>
span { border-color: #D1A87F; }
span { border-color: rgb(209,168,127); }
td.TdClassName
{
border-color: #D1A87F;
}
.TagClassName
{
border-color: #D1A87F;
}
</style>