Shades of Cameo #D4A484
Tints of Cameo #D4A484
RGB
CMYK
RGB Variations
Color information
#D4A484 (or 0xD4A484) is known color: Cameo. HEX triplet: D4, A4 and 84. RGB value is (212,164,132). Sum of RGB (Red+Green+Blue) = 212+164+132=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A484 is #2B5B7B. Grayscale: #AEAEAE. Windows color (decimal): -2841468 or 8692948. OLE color: 8692948.
HSL color Cylindrical-coordinate representation of color #D4A484: hue angle of 24º 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 #D4A484 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 132 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.17 |
| HSL | 24º | 0.48% | 0.67% | - |
| HSV(B) | 24º | 0.38% | 0.83% | - |
| XYZ | 44.59 | 42.21 | 27.63 | - |
| YUV | 174.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 132 | 0 | 0.23 | 0.38 | 0.17 | 24 | 0.48 | 0.67 |
| Hex | D4 | A4 | 84 | 0 | 17 | 26 | 11 | 18 | 30 | 43 |
| Octal | 324 | 244 | 204 | 0 | 27 | 46 | 21 | 30 | 60 | 103 |
| Binary | 11010100 | 10100100 | 10000100 | 0 | 10111 | 100110 | 10001 | 11000 | 110000 | 1000011 |
Color Harmonies of #D4A484
Complementary color
Monochromatic Colors of #D4A484
Black with #D4A484
Text Example
Text Example
White with #D4A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A484; }
p { color: rgb(212,164,132); }
H1.HeaderClassName
{
color: #D4A484;
}
.AnyTagClassName
{
color: #D4A484;
}
</style>
background-color css
<style>
a { background-color: #D4A484; }
a { background-color: rgb(212,164,132); }
div.DivClassName
{
background-color: #D4A484;
}
.BgClassName
{
background-color: #D4A484;
}
</style>
border-color css
<style>
span { border-color: #D4A484; }
span { border-color: rgb(212,164,132); }
td.TdClassName
{
border-color: #D4A484;
}
.TagClassName
{
border-color: #D4A484;
}
</style>