Shades of Cameo #D4A88B
Tints of Cameo #D4A88B
RGB
CMYK
RGB Variations
Color information
#D4A88B (or 0xD4A88B) is known color: Cameo. HEX triplet: D4, A8 and 8B. RGB value is (212,168,139). Sum of RGB (Red+Green+Blue) = 212+168+139=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A88B is #2B5774. Grayscale: #B2B2B2. Windows color (decimal): -2840437 or 9152724. OLE color: 9152724.
HSL color Cylindrical-coordinate representation of color #D4A88B: hue angle of 23.84º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A88B is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 139 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.17 |
| HSL | 23.84º | 0.46% | 0.69% | - |
| HSV(B) | 23.84º | 0.34% | 0.83% | - |
| XYZ | 45.81 | 43.87 | 30.48 | - |
| YUV | 177.85 | 106.08 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 139 | 0 | 0.21 | 0.34 | 0.17 | 23.84 | 0.46 | 0.69 |
| Hex | D4 | A8 | 8B | 0 | 15 | 22 | 11 | 18 | 2E | 45 |
| Octal | 324 | 250 | 213 | 0 | 25 | 42 | 21 | 30 | 56 | 105 |
| Binary | 11010100 | 10101000 | 10001011 | 0 | 10101 | 100010 | 10001 | 11000 | 101110 | 1000101 |
Color Harmonies of #D4A88B
Complementary color
Monochromatic Colors of #D4A88B
Black with #D4A88B
Text Example
Text Example
White with #D4A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A88B; }
p { color: rgb(212,168,139); }
H1.HeaderClassName
{
color: #D4A88B;
}
.AnyTagClassName
{
color: #D4A88B;
}
</style>
background-color css
<style>
a { background-color: #D4A88B; }
a { background-color: rgb(212,168,139); }
div.DivClassName
{
background-color: #D4A88B;
}
.BgClassName
{
background-color: #D4A88B;
}
</style>
border-color css
<style>
span { border-color: #D4A88B; }
span { border-color: rgb(212,168,139); }
td.TdClassName
{
border-color: #D4A88B;
}
.TagClassName
{
border-color: #D4A88B;
}
</style>