Shades of Cameo #D4A98C
Tints of Cameo #D4A98C
RGB
CMYK
RGB Variations
Color information
#D4A98C (or 0xD4A98C) is known color: Cameo. HEX triplet: D4, A9 and 8C. RGB value is (212,169,140). Sum of RGB (Red+Green+Blue) = 212+169+140=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A98C is #2B5673. Grayscale: #B2B2B2. Windows color (decimal): -2840180 or 9218516. OLE color: 9218516.
HSL color Cylindrical-coordinate representation of color #D4A98C: hue angle of 24.17º 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 #D4A98C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 140 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.17 |
| HSL | 24.17º | 0.46% | 0.69% | - |
| HSV(B) | 24.17º | 0.34% | 0.83% | - |
| XYZ | 46.07 | 44.27 | 30.93 | - |
| YUV | 178.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 140 | 0 | 0.20 | 0.34 | 0.17 | 24.17 | 0.46 | 0.69 |
| Hex | D4 | A9 | 8C | 0 | 14 | 22 | 11 | 18 | 2E | 45 |
| Octal | 324 | 251 | 214 | 0 | 24 | 42 | 21 | 30 | 56 | 105 |
| Binary | 11010100 | 10101001 | 10001100 | 0 | 10100 | 100010 | 10001 | 11000 | 101110 | 1000101 |
Color Harmonies of #D4A98C
Complementary color
Monochromatic Colors of #D4A98C
Black with #D4A98C
Text Example
Text Example
White with #D4A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A98C; }
p { color: rgb(212,169,140); }
H1.HeaderClassName
{
color: #D4A98C;
}
.AnyTagClassName
{
color: #D4A98C;
}
</style>
background-color css
<style>
a { background-color: #D4A98C; }
a { background-color: rgb(212,169,140); }
div.DivClassName
{
background-color: #D4A98C;
}
.BgClassName
{
background-color: #D4A98C;
}
</style>
border-color css
<style>
span { border-color: #D4A98C; }
span { border-color: rgb(212,169,140); }
td.TdClassName
{
border-color: #D4A98C;
}
.TagClassName
{
border-color: #D4A98C;
}
</style>