Shades of Cameo #D0A984
Tints of Cameo #D0A984
RGB
CMYK
RGB Variations
Color information
#D0A984 (or 0xD0A984) is known color: Cameo. HEX triplet: D0, A9 and 84. RGB value is (208,169,132). Sum of RGB (Red+Green+Blue) = 208+169+132=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A984 is #2F567B. Grayscale: #B0B0B0. Windows color (decimal): -3102332 or 8694224. OLE color: 8694224.
HSL color Cylindrical-coordinate representation of color #D0A984: hue angle of 29.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0A984 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 132 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.18 |
| HSL | 29.21º | 0.45% | 0.67% | - |
| HSV(B) | 29.21º | 0.37% | 0.82% | - |
| XYZ | 44.37 | 43.45 | 27.88 | - |
| YUV | 176.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 132 | 0 | 0.19 | 0.37 | 0.18 | 29.21 | 0.45 | 0.67 |
| Hex | D0 | A9 | 84 | 0 | 13 | 25 | 12 | 1D | 2D | 43 |
| Octal | 320 | 251 | 204 | 0 | 23 | 45 | 22 | 35 | 55 | 103 |
| Binary | 11010000 | 10101001 | 10000100 | 0 | 10011 | 100101 | 10010 | 11101 | 101101 | 1000011 |
Color Harmonies of #D0A984
Complementary color
Monochromatic Colors of #D0A984
Black with #D0A984
Text Example
Text Example
White with #D0A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A984; }
p { color: rgb(208,169,132); }
H1.HeaderClassName
{
color: #D0A984;
}
.AnyTagClassName
{
color: #D0A984;
}
</style>
background-color css
<style>
a { background-color: #D0A984; }
a { background-color: rgb(208,169,132); }
div.DivClassName
{
background-color: #D0A984;
}
.BgClassName
{
background-color: #D0A984;
}
</style>
border-color css
<style>
span { border-color: #D0A984; }
span { border-color: rgb(208,169,132); }
td.TdClassName
{
border-color: #D0A984;
}
.TagClassName
{
border-color: #D0A984;
}
</style>