Shades of Cameo #D5A87C
Tints of Cameo #D5A87C
RGB
CMYK
RGB Variations
Color information
#D5A87C (or 0xD5A87C) is known color: Cameo. HEX triplet: D5, A8 and 7C. RGB value is (213,168,124). Sum of RGB (Red+Green+Blue) = 213+168+124=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A87C is #2A5783. Grayscale: #B0B0B0. Windows color (decimal): -2774916 or 8169685. OLE color: 8169685.
HSL color Cylindrical-coordinate representation of color #D5A87C: hue angle of 29.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5A87C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 168 | 124 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.16 |
| HSL | 29.66º | 0.51% | 0.66% | - |
| HSV(B) | 29.66º | 0.42% | 0.84% | - |
| XYZ | 45.08 | 43.61 | 25.11 | - |
| YUV | 176.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 124 | 0 | 0.21 | 0.42 | 0.16 | 29.66 | 0.51 | 0.66 |
| Hex | D5 | A8 | 7C | 0 | 15 | 2A | 10 | 1E | 33 | 42 |
| Octal | 325 | 250 | 174 | 0 | 25 | 52 | 20 | 36 | 63 | 102 |
| Binary | 11010101 | 10101000 | 1111100 | 0 | 10101 | 101010 | 10000 | 11110 | 110011 | 1000010 |
Color Harmonies of #D5A87C
Complementary color
Monochromatic Colors of #D5A87C
Black with #D5A87C
Text Example
Text Example
White with #D5A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A87C; }
p { color: rgb(213,168,124); }
H1.HeaderClassName
{
color: #D5A87C;
}
.AnyTagClassName
{
color: #D5A87C;
}
</style>
background-color css
<style>
a { background-color: #D5A87C; }
a { background-color: rgb(213,168,124); }
div.DivClassName
{
background-color: #D5A87C;
}
.BgClassName
{
background-color: #D5A87C;
}
</style>
border-color css
<style>
span { border-color: #D5A87C; }
span { border-color: rgb(213,168,124); }
td.TdClassName
{
border-color: #D5A87C;
}
.TagClassName
{
border-color: #D5A87C;
}
</style>