Shades of Cameo #D4A784
Tints of Cameo #D4A784
RGB
CMYK
RGB Variations
Color information
#D4A784 (or 0xD4A784) is known color: Cameo. HEX triplet: D4, A7 and 84. RGB value is (212,167,132). Sum of RGB (Red+Green+Blue) = 212+167+132=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A784 is #2B587B. Grayscale: #B0B0B0. Windows color (decimal): -2840700 or 8693716. OLE color: 8693716.
HSL color Cylindrical-coordinate representation of color #D4A784: hue angle of 26.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4A784 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 132 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.17 |
| HSL | 26.25º | 0.48% | 0.67% | - |
| HSV(B) | 26.25º | 0.38% | 0.83% | - |
| XYZ | 45.13 | 43.3 | 27.81 | - |
| YUV | 176.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 132 | 0 | 0.21 | 0.38 | 0.17 | 26.25 | 0.48 | 0.67 |
| Hex | D4 | A7 | 84 | 0 | 15 | 26 | 11 | 1A | 30 | 43 |
| Octal | 324 | 247 | 204 | 0 | 25 | 46 | 21 | 32 | 60 | 103 |
| Binary | 11010100 | 10100111 | 10000100 | 0 | 10101 | 100110 | 10001 | 11010 | 110000 | 1000011 |
Color Harmonies of #D4A784
Complementary color
Monochromatic Colors of #D4A784
Black with #D4A784
Text Example
Text Example
White with #D4A784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A784; }
p { color: rgb(212,167,132); }
H1.HeaderClassName
{
color: #D4A784;
}
.AnyTagClassName
{
color: #D4A784;
}
</style>
background-color css
<style>
a { background-color: #D4A784; }
a { background-color: rgb(212,167,132); }
div.DivClassName
{
background-color: #D4A784;
}
.BgClassName
{
background-color: #D4A784;
}
</style>
border-color css
<style>
span { border-color: #D4A784; }
span { border-color: rgb(212,167,132); }
td.TdClassName
{
border-color: #D4A784;
}
.TagClassName
{
border-color: #D4A784;
}
</style>