Shades of Cameo #D4A384
Tints of Cameo #D4A384
RGB
CMYK
RGB Variations
Color information
#D4A384 (or 0xD4A384) is known color: Cameo. HEX triplet: D4, A3 and 84. RGB value is (212,163,132). Sum of RGB (Red+Green+Blue) = 212+163+132=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A384 is #2B5C7B. Grayscale: #AEAEAE. Windows color (decimal): -2841724 or 8692692. OLE color: 8692692.
HSL color Cylindrical-coordinate representation of color #D4A384: hue angle of 23.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 #D4A384 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 132 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.17 |
| HSL | 23.25º | 0.48% | 0.67% | - |
| HSV(B) | 23.25º | 0.38% | 0.83% | - |
| XYZ | 44.41 | 41.86 | 27.57 | - |
| YUV | 174.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 132 | 0 | 0.23 | 0.38 | 0.17 | 23.25 | 0.48 | 0.67 |
| Hex | D4 | A3 | 84 | 0 | 17 | 26 | 11 | 17 | 30 | 43 |
| Octal | 324 | 243 | 204 | 0 | 27 | 46 | 21 | 27 | 60 | 103 |
| Binary | 11010100 | 10100011 | 10000100 | 0 | 10111 | 100110 | 10001 | 10111 | 110000 | 1000011 |
Color Harmonies of #D4A384
Complementary color
Monochromatic Colors of #D4A384
Black with #D4A384
Text Example
Text Example
White with #D4A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A384; }
p { color: rgb(212,163,132); }
H1.HeaderClassName
{
color: #D4A384;
}
.AnyTagClassName
{
color: #D4A384;
}
</style>
background-color css
<style>
a { background-color: #D4A384; }
a { background-color: rgb(212,163,132); }
div.DivClassName
{
background-color: #D4A384;
}
.BgClassName
{
background-color: #D4A384;
}
</style>
border-color css
<style>
span { border-color: #D4A384; }
span { border-color: rgb(212,163,132); }
td.TdClassName
{
border-color: #D4A384;
}
.TagClassName
{
border-color: #D4A384;
}
</style>