Shades of Cameo #D0A485
Tints of Cameo #D0A485
RGB
CMYK
RGB Variations
Color information
#D0A485 (or 0xD0A485) is known color: Cameo. HEX triplet: D0, A4 and 85. RGB value is (208,164,133). Sum of RGB (Red+Green+Blue) = 208+164+133=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A485 is #2F5B7A. Grayscale: #ADADAD. Windows color (decimal): -3103611 or 8758480. OLE color: 8758480.
HSL color Cylindrical-coordinate representation of color #D0A485: hue angle of 24.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0A485 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 133 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.18 |
| HSL | 24.8º | 0.44% | 0.67% | - |
| HSV(B) | 24.8º | 0.36% | 0.82% | - |
| XYZ | 43.52 | 41.65 | 27.94 | - |
| YUV | 173.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 133 | 0 | 0.21 | 0.36 | 0.18 | 24.8 | 0.44 | 0.67 |
| Hex | D0 | A4 | 85 | 0 | 15 | 24 | 12 | 19 | 2C | 43 |
| Octal | 320 | 244 | 205 | 0 | 25 | 44 | 22 | 31 | 54 | 103 |
| Binary | 11010000 | 10100100 | 10000101 | 0 | 10101 | 100100 | 10010 | 11001 | 101100 | 1000011 |
Color Harmonies of #D0A485
Complementary color
Monochromatic Colors of #D0A485
Black with #D0A485
Text Example
Text Example
White with #D0A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A485; }
p { color: rgb(208,164,133); }
H1.HeaderClassName
{
color: #D0A485;
}
.AnyTagClassName
{
color: #D0A485;
}
</style>
background-color css
<style>
a { background-color: #D0A485; }
a { background-color: rgb(208,164,133); }
div.DivClassName
{
background-color: #D0A485;
}
.BgClassName
{
background-color: #D0A485;
}
</style>
border-color css
<style>
span { border-color: #D0A485; }
span { border-color: rgb(208,164,133); }
td.TdClassName
{
border-color: #D0A485;
}
.TagClassName
{
border-color: #D0A485;
}
</style>