Shades of Cameo #D4A685
Tints of Cameo #D4A685
RGB
CMYK
RGB Variations
Color information
#D4A685 (or 0xD4A685) is known color: Cameo. HEX triplet: D4, A6 and 85. RGB value is (212,166,133). Sum of RGB (Red+Green+Blue) = 212+166+133=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A685 is #2B597A. Grayscale: #B0B0B0. Windows color (decimal): -2840955 or 8758996. OLE color: 8758996.
HSL color Cylindrical-coordinate representation of color #D4A685: hue angle of 25.06º 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 #D4A685 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 133 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.17 |
| HSL | 25.06º | 0.48% | 0.68% | - |
| HSV(B) | 25.06º | 0.37% | 0.83% | - |
| XYZ | 45.02 | 42.96 | 28.11 | - |
| YUV | 175.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 133 | 0 | 0.22 | 0.37 | 0.17 | 25.06 | 0.48 | 0.68 |
| Hex | D4 | A6 | 85 | 0 | 16 | 25 | 11 | 19 | 30 | 44 |
| Octal | 324 | 246 | 205 | 0 | 26 | 45 | 21 | 31 | 60 | 104 |
| Binary | 11010100 | 10100110 | 10000101 | 0 | 10110 | 100101 | 10001 | 11001 | 110000 | 1000100 |
Color Harmonies of #D4A685
Complementary color
Monochromatic Colors of #D4A685
Black with #D4A685
Text Example
Text Example
White with #D4A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A685; }
p { color: rgb(212,166,133); }
H1.HeaderClassName
{
color: #D4A685;
}
.AnyTagClassName
{
color: #D4A685;
}
</style>
background-color css
<style>
a { background-color: #D4A685; }
a { background-color: rgb(212,166,133); }
div.DivClassName
{
background-color: #D4A685;
}
.BgClassName
{
background-color: #D4A685;
}
</style>
border-color css
<style>
span { border-color: #D4A685; }
span { border-color: rgb(212,166,133); }
td.TdClassName
{
border-color: #D4A685;
}
.TagClassName
{
border-color: #D4A685;
}
</style>