Shades of Cameo #D4AA8B
Tints of Cameo #D4AA8B
RGB
CMYK
RGB Variations
Color information
#D4AA8B (or 0xD4AA8B) is known color: Cameo. HEX triplet: D4, AA and 8B. RGB value is (212,170,139). Sum of RGB (Red+Green+Blue) = 212+170+139=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA8B is #2B5574. Grayscale: #B3B3B3. Windows color (decimal): -2839925 or 9153236. OLE color: 9153236.
HSL color Cylindrical-coordinate representation of color #D4AA8B: hue angle of 25.48º 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 #D4AA8B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 139 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.17 |
| HSL | 25.48º | 0.46% | 0.69% | - |
| HSV(B) | 25.48º | 0.34% | 0.83% | - |
| XYZ | 46.19 | 44.61 | 30.6 | - |
| YUV | 179.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 139 | 0 | 0.20 | 0.34 | 0.17 | 25.48 | 0.46 | 0.69 |
| Hex | D4 | AA | 8B | 0 | 14 | 22 | 11 | 19 | 2E | 45 |
| Octal | 324 | 252 | 213 | 0 | 24 | 42 | 21 | 31 | 56 | 105 |
| Binary | 11010100 | 10101010 | 10001011 | 0 | 10100 | 100010 | 10001 | 11001 | 101110 | 1000101 |
Color Harmonies of #D4AA8B
Complementary color
Monochromatic Colors of #D4AA8B
Black with #D4AA8B
Text Example
Text Example
White with #D4AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA8B; }
p { color: rgb(212,170,139); }
H1.HeaderClassName
{
color: #D4AA8B;
}
.AnyTagClassName
{
color: #D4AA8B;
}
</style>
background-color css
<style>
a { background-color: #D4AA8B; }
a { background-color: rgb(212,170,139); }
div.DivClassName
{
background-color: #D4AA8B;
}
.BgClassName
{
background-color: #D4AA8B;
}
</style>
border-color css
<style>
span { border-color: #D4AA8B; }
span { border-color: rgb(212,170,139); }
td.TdClassName
{
border-color: #D4AA8B;
}
.TagClassName
{
border-color: #D4AA8B;
}
</style>