Shades of Cameo #D1A98C
Tints of Cameo #D1A98C
RGB
CMYK
RGB Variations
Color information
#D1A98C (or 0xD1A98C) is known color: Cameo. HEX triplet: D1, A9 and 8C. RGB value is (209,169,140). Sum of RGB (Red+Green+Blue) = 209+169+140=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A98C is #2E5673. Grayscale: #B1B1B1. Windows color (decimal): -3036788 or 9218513. OLE color: 9218513.
HSL color Cylindrical-coordinate representation of color #D1A98C: hue angle of 25.22º 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 #D1A98C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 140 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.18 |
| HSL | 25.22º | 0.43% | 0.68% | - |
| HSV(B) | 25.22º | 0.33% | 0.82% | - |
| XYZ | 45.22 | 43.82 | 30.89 | - |
| YUV | 177.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 140 | 0 | 0.19 | 0.33 | 0.18 | 25.22 | 0.43 | 0.68 |
| Hex | D1 | A9 | 8C | 0 | 13 | 21 | 12 | 19 | 2B | 44 |
| Octal | 321 | 251 | 214 | 0 | 23 | 41 | 22 | 31 | 53 | 104 |
| Binary | 11010001 | 10101001 | 10001100 | 0 | 10011 | 100001 | 10010 | 11001 | 101011 | 1000100 |
Color Harmonies of #D1A98C
Complementary color
Monochromatic Colors of #D1A98C
Black with #D1A98C
Text Example
Text Example
White with #D1A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A98C; }
p { color: rgb(209,169,140); }
H1.HeaderClassName
{
color: #D1A98C;
}
.AnyTagClassName
{
color: #D1A98C;
}
</style>
background-color css
<style>
a { background-color: #D1A98C; }
a { background-color: rgb(209,169,140); }
div.DivClassName
{
background-color: #D1A98C;
}
.BgClassName
{
background-color: #D1A98C;
}
</style>
border-color css
<style>
span { border-color: #D1A98C; }
span { border-color: rgb(209,169,140); }
td.TdClassName
{
border-color: #D1A98C;
}
.TagClassName
{
border-color: #D1A98C;
}
</style>