Shades of Cameo #D0A17B
Tints of Cameo #D0A17B
RGB
CMYK
RGB Variations
Color information
#D0A17B (or 0xD0A17B) is known color: Cameo. HEX triplet: D0, A1 and 7B. RGB value is (208,161,123). Sum of RGB (Red+Green+Blue) = 208+161+123=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A17B is #2F5E84. Grayscale: #AAAAAA. Windows color (decimal): -3104389 or 8102352. OLE color: 8102352.
HSL color Cylindrical-coordinate representation of color #D0A17B: hue angle of 26.82º degrees, saturation: 0.47, 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 #D0A17B is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 123 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.18 |
| HSL | 26.82º | 0.47% | 0.65% | - |
| HSV(B) | 26.82º | 0.41% | 0.82% | - |
| XYZ | 42.33 | 40.33 | 24.29 | - |
| YUV | 170.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 123 | 0 | 0.23 | 0.41 | 0.18 | 26.82 | 0.47 | 0.65 |
| Hex | D0 | A1 | 7B | 0 | 17 | 29 | 12 | 1B | 2F | 41 |
| Octal | 320 | 241 | 173 | 0 | 27 | 51 | 22 | 33 | 57 | 101 |
| Binary | 11010000 | 10100001 | 1111011 | 0 | 10111 | 101001 | 10010 | 11011 | 101111 | 1000001 |
Color Harmonies of #D0A17B
Complementary color
Monochromatic Colors of #D0A17B
Black with #D0A17B
Text Example
Text Example
White with #D0A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A17B; }
p { color: rgb(208,161,123); }
H1.HeaderClassName
{
color: #D0A17B;
}
.AnyTagClassName
{
color: #D0A17B;
}
</style>
background-color css
<style>
a { background-color: #D0A17B; }
a { background-color: rgb(208,161,123); }
div.DivClassName
{
background-color: #D0A17B;
}
.BgClassName
{
background-color: #D0A17B;
}
</style>
border-color css
<style>
span { border-color: #D0A17B; }
span { border-color: rgb(208,161,123); }
td.TdClassName
{
border-color: #D0A17B;
}
.TagClassName
{
border-color: #D0A17B;
}
</style>