Shades of Cameo #D4A586
Tints of Cameo #D4A586
RGB
CMYK
RGB Variations
Color information
#D4A586 (or 0xD4A586) is known color: Cameo. HEX triplet: D4, A5 and 86. RGB value is (212,165,134). Sum of RGB (Red+Green+Blue) = 212+165+134=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A586 is #2B5A79. Grayscale: #AFAFAF. Windows color (decimal): -2841210 or 8824276. OLE color: 8824276.
HSL color Cylindrical-coordinate representation of color #D4A586: hue angle of 23.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4A586 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 134 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.17 |
| HSL | 23.85º | 0.48% | 0.68% | - |
| HSV(B) | 23.85º | 0.37% | 0.83% | - |
| XYZ | 44.91 | 42.63 | 28.42 | - |
| YUV | 175.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 134 | 0 | 0.22 | 0.37 | 0.17 | 23.85 | 0.48 | 0.68 |
| Hex | D4 | A5 | 86 | 0 | 16 | 25 | 11 | 18 | 30 | 44 |
| Octal | 324 | 245 | 206 | 0 | 26 | 45 | 21 | 30 | 60 | 104 |
| Binary | 11010100 | 10100101 | 10000110 | 0 | 10110 | 100101 | 10001 | 11000 | 110000 | 1000100 |
Color Harmonies of #D4A586
Complementary color
Monochromatic Colors of #D4A586
Black with #D4A586
Text Example
Text Example
White with #D4A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A586; }
p { color: rgb(212,165,134); }
H1.HeaderClassName
{
color: #D4A586;
}
.AnyTagClassName
{
color: #D4A586;
}
</style>
background-color css
<style>
a { background-color: #D4A586; }
a { background-color: rgb(212,165,134); }
div.DivClassName
{
background-color: #D4A586;
}
.BgClassName
{
background-color: #D4A586;
}
</style>
border-color css
<style>
span { border-color: #D4A586; }
span { border-color: rgb(212,165,134); }
td.TdClassName
{
border-color: #D4A586;
}
.TagClassName
{
border-color: #D4A586;
}
</style>