Shades of Cameo #D0A88D
Tints of Cameo #D0A88D
RGB
CMYK
RGB Variations
Color information
#D0A88D (or 0xD0A88D) is known color: Cameo. HEX triplet: D0, A8 and 8D. RGB value is (208,168,141). Sum of RGB (Red+Green+Blue) = 208+168+141=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A88D is #2F5772. Grayscale: #B1B1B1. Windows color (decimal): -3102579 or 9283792. OLE color: 9283792.
HSL color Cylindrical-coordinate representation of color #D0A88D: hue angle of 24.18º 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 #D0A88D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 141 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.18 |
| HSL | 24.18º | 0.42% | 0.68% | - |
| HSV(B) | 24.18º | 0.32% | 0.82% | - |
| XYZ | 44.82 | 43.34 | 31.2 | - |
| YUV | 176.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 141 | 0 | 0.19 | 0.32 | 0.18 | 24.18 | 0.42 | 0.68 |
| Hex | D0 | A8 | 8D | 0 | 13 | 20 | 12 | 18 | 2A | 44 |
| Octal | 320 | 250 | 215 | 0 | 23 | 40 | 22 | 30 | 52 | 104 |
| Binary | 11010000 | 10101000 | 10001101 | 0 | 10011 | 100000 | 10010 | 11000 | 101010 | 1000100 |
Color Harmonies of #D0A88D
Complementary color
Monochromatic Colors of #D0A88D
Black with #D0A88D
Text Example
Text Example
White with #D0A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A88D; }
p { color: rgb(208,168,141); }
H1.HeaderClassName
{
color: #D0A88D;
}
.AnyTagClassName
{
color: #D0A88D;
}
</style>
background-color css
<style>
a { background-color: #D0A88D; }
a { background-color: rgb(208,168,141); }
div.DivClassName
{
background-color: #D0A88D;
}
.BgClassName
{
background-color: #D0A88D;
}
</style>
border-color css
<style>
span { border-color: #D0A88D; }
span { border-color: rgb(208,168,141); }
td.TdClassName
{
border-color: #D0A88D;
}
.TagClassName
{
border-color: #D0A88D;
}
</style>