Shades of Cameo #D1AA8C
Tints of Cameo #D1AA8C
RGB
CMYK
RGB Variations
Color information
#D1AA8C (or 0xD1AA8C) is known color: Cameo. HEX triplet: D1, AA and 8C. RGB value is (209,170,140). Sum of RGB (Red+Green+Blue) = 209+170+140=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA8C is #2E5573. Grayscale: #B2B2B2. Windows color (decimal): -3036532 or 9218769. OLE color: 9218769.
HSL color Cylindrical-coordinate representation of color #D1AA8C: hue angle of 26.09º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1AA8C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 140 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.18 |
| HSL | 26.09º | 0.43% | 0.68% | - |
| HSV(B) | 26.09º | 0.33% | 0.82% | - |
| XYZ | 45.4 | 44.2 | 30.95 | - |
| YUV | 178.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 140 | 0 | 0.19 | 0.33 | 0.18 | 26.09 | 0.43 | 0.68 |
| Hex | D1 | AA | 8C | 0 | 13 | 21 | 12 | 1A | 2B | 44 |
| Octal | 321 | 252 | 214 | 0 | 23 | 41 | 22 | 32 | 53 | 104 |
| Binary | 11010001 | 10101010 | 10001100 | 0 | 10011 | 100001 | 10010 | 11010 | 101011 | 1000100 |
Color Harmonies of #D1AA8C
Complementary color
Monochromatic Colors of #D1AA8C
Black with #D1AA8C
Text Example
Text Example
White with #D1AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA8C; }
p { color: rgb(209,170,140); }
H1.HeaderClassName
{
color: #D1AA8C;
}
.AnyTagClassName
{
color: #D1AA8C;
}
</style>
background-color css
<style>
a { background-color: #D1AA8C; }
a { background-color: rgb(209,170,140); }
div.DivClassName
{
background-color: #D1AA8C;
}
.BgClassName
{
background-color: #D1AA8C;
}
</style>
border-color css
<style>
span { border-color: #D1AA8C; }
span { border-color: rgb(209,170,140); }
td.TdClassName
{
border-color: #D1AA8C;
}
.TagClassName
{
border-color: #D1AA8C;
}
</style>