Shades of Cameo #D4A388
Tints of Cameo #D4A388
RGB
CMYK
RGB Variations
Color information
#D4A388 (or 0xD4A388) is known color: Cameo. HEX triplet: D4, A3 and 88. RGB value is (212,163,136). Sum of RGB (Red+Green+Blue) = 212+163+136=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A388 is #2B5C77. Grayscale: #AEAEAE. Windows color (decimal): -2841720 or 8954836. OLE color: 8954836.
HSL color Cylindrical-coordinate representation of color #D4A388: hue angle of 21.32º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4A388 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 136 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.17 |
| HSL | 21.32º | 0.47% | 0.68% | - |
| HSV(B) | 21.32º | 0.36% | 0.83% | - |
| XYZ | 44.69 | 41.97 | 29.04 | - |
| YUV | 174.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 136 | 0 | 0.23 | 0.36 | 0.17 | 21.32 | 0.47 | 0.68 |
| Hex | D4 | A3 | 88 | 0 | 17 | 24 | 11 | 15 | 2F | 44 |
| Octal | 324 | 243 | 210 | 0 | 27 | 44 | 21 | 25 | 57 | 104 |
| Binary | 11010100 | 10100011 | 10001000 | 0 | 10111 | 100100 | 10001 | 10101 | 101111 | 1000100 |
Color Harmonies of #D4A388
Complementary color
Monochromatic Colors of #D4A388
Black with #D4A388
Text Example
Text Example
White with #D4A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A388; }
p { color: rgb(212,163,136); }
H1.HeaderClassName
{
color: #D4A388;
}
.AnyTagClassName
{
color: #D4A388;
}
</style>
background-color css
<style>
a { background-color: #D4A388; }
a { background-color: rgb(212,163,136); }
div.DivClassName
{
background-color: #D4A388;
}
.BgClassName
{
background-color: #D4A388;
}
</style>
border-color css
<style>
span { border-color: #D4A388; }
span { border-color: rgb(212,163,136); }
td.TdClassName
{
border-color: #D4A388;
}
.TagClassName
{
border-color: #D4A388;
}
</style>