Shades of Cameo #D0A98D
Tints of Cameo #D0A98D
RGB
CMYK
RGB Variations
Color information
#D0A98D (or 0xD0A98D) is known color: Cameo. HEX triplet: D0, A9 and 8D. RGB value is (208,169,141). Sum of RGB (Red+Green+Blue) = 208+169+141=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A98D is #2F5672. Grayscale: #B1B1B1. Windows color (decimal): -3102323 or 9284048. OLE color: 9284048.
HSL color Cylindrical-coordinate representation of color #D0A98D: hue angle of 25.07º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A98D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 141 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.18 |
| HSL | 25.07º | 0.42% | 0.68% | - |
| HSV(B) | 25.07º | 0.32% | 0.82% | - |
| XYZ | 45.01 | 43.71 | 31.26 | - |
| YUV | 177.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 141 | 0 | 0.19 | 0.32 | 0.18 | 25.07 | 0.42 | 0.68 |
| Hex | D0 | A9 | 8D | 0 | 13 | 20 | 12 | 19 | 2A | 44 |
| Octal | 320 | 251 | 215 | 0 | 23 | 40 | 22 | 31 | 52 | 104 |
| Binary | 11010000 | 10101001 | 10001101 | 0 | 10011 | 100000 | 10010 | 11001 | 101010 | 1000100 |
Color Harmonies of #D0A98D
Complementary color
Monochromatic Colors of #D0A98D
Black with #D0A98D
Text Example
Text Example
White with #D0A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A98D; }
p { color: rgb(208,169,141); }
H1.HeaderClassName
{
color: #D0A98D;
}
.AnyTagClassName
{
color: #D0A98D;
}
</style>
background-color css
<style>
a { background-color: #D0A98D; }
a { background-color: rgb(208,169,141); }
div.DivClassName
{
background-color: #D0A98D;
}
.BgClassName
{
background-color: #D0A98D;
}
</style>
border-color css
<style>
span { border-color: #D0A98D; }
span { border-color: rgb(208,169,141); }
td.TdClassName
{
border-color: #D0A98D;
}
.TagClassName
{
border-color: #D0A98D;
}
</style>