Shades of Cameo #D0A17A
Tints of Cameo #D0A17A
RGB
CMYK
RGB Variations
Color information
#D0A17A (or 0xD0A17A) is known color: Cameo. HEX triplet: D0, A1 and 7A. RGB value is (208,161,122). Sum of RGB (Red+Green+Blue) = 208+161+122=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A17A is #2F5E85. Grayscale: #AAAAAA. Windows color (decimal): -3104390 or 8036816. OLE color: 8036816.
HSL color Cylindrical-coordinate representation of color #D0A17A: hue angle of 27.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0A17A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 122 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.18 |
| HSL | 27.21º | 0.48% | 0.65% | - |
| HSV(B) | 27.21º | 0.41% | 0.82% | - |
| XYZ | 42.27 | 40.3 | 23.96 | - |
| YUV | 170.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 122 | 0 | 0.23 | 0.41 | 0.18 | 27.21 | 0.48 | 0.65 |
| Hex | D0 | A1 | 7A | 0 | 17 | 29 | 12 | 1B | 30 | 41 |
| Octal | 320 | 241 | 172 | 0 | 27 | 51 | 22 | 33 | 60 | 101 |
| Binary | 11010000 | 10100001 | 1111010 | 0 | 10111 | 101001 | 10010 | 11011 | 110000 | 1000001 |
Color Harmonies of #D0A17A
Complementary color
Monochromatic Colors of #D0A17A
Black with #D0A17A
Text Example
Text Example
White with #D0A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A17A; }
p { color: rgb(208,161,122); }
H1.HeaderClassName
{
color: #D0A17A;
}
.AnyTagClassName
{
color: #D0A17A;
}
</style>
background-color css
<style>
a { background-color: #D0A17A; }
a { background-color: rgb(208,161,122); }
div.DivClassName
{
background-color: #D0A17A;
}
.BgClassName
{
background-color: #D0A17A;
}
</style>
border-color css
<style>
span { border-color: #D0A17A; }
span { border-color: rgb(208,161,122); }
td.TdClassName
{
border-color: #D0A17A;
}
.TagClassName
{
border-color: #D0A17A;
}
</style>