Shades of Cameo #D4A98D
Tints of Cameo #D4A98D
RGB
CMYK
RGB Variations
Color information
#D4A98D (or 0xD4A98D) is known color: Cameo. HEX triplet: D4, A9 and 8D. RGB value is (212,169,141). Sum of RGB (Red+Green+Blue) = 212+169+141=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A98D is #2B5672. Grayscale: #B2B2B2. Windows color (decimal): -2840179 or 9284052. OLE color: 9284052.
HSL color Cylindrical-coordinate representation of color #D4A98D: hue angle of 23.66º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A98D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 141 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.17 |
| HSL | 23.66º | 0.45% | 0.69% | - |
| HSV(B) | 23.66º | 0.33% | 0.83% | - |
| XYZ | 46.15 | 44.3 | 31.32 | - |
| YUV | 178.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 141 | 0 | 0.20 | 0.33 | 0.17 | 23.66 | 0.45 | 0.69 |
| Hex | D4 | A9 | 8D | 0 | 14 | 21 | 11 | 18 | 2D | 45 |
| Octal | 324 | 251 | 215 | 0 | 24 | 41 | 21 | 30 | 55 | 105 |
| Binary | 11010100 | 10101001 | 10001101 | 0 | 10100 | 100001 | 10001 | 11000 | 101101 | 1000101 |
Color Harmonies of #D4A98D
Complementary color
Monochromatic Colors of #D4A98D
Black with #D4A98D
Text Example
Text Example
White with #D4A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A98D; }
p { color: rgb(212,169,141); }
H1.HeaderClassName
{
color: #D4A98D;
}
.AnyTagClassName
{
color: #D4A98D;
}
</style>
background-color css
<style>
a { background-color: #D4A98D; }
a { background-color: rgb(212,169,141); }
div.DivClassName
{
background-color: #D4A98D;
}
.BgClassName
{
background-color: #D4A98D;
}
</style>
border-color css
<style>
span { border-color: #D4A98D; }
span { border-color: rgb(212,169,141); }
td.TdClassName
{
border-color: #D4A98D;
}
.TagClassName
{
border-color: #D4A98D;
}
</style>