Shades of Cameo #D0A97E
Tints of Cameo #D0A97E
RGB
CMYK
RGB Variations
Color information
#D0A97E (or 0xD0A97E) is known color: Cameo. HEX triplet: D0, A9 and 7E. RGB value is (208,169,126). Sum of RGB (Red+Green+Blue) = 208+169+126=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A97E is #2F5681. Grayscale: #AFAFAF. Windows color (decimal): -3102338 or 8301008. OLE color: 8301008.
HSL color Cylindrical-coordinate representation of color #D0A97E: hue angle of 31.46º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0A97E is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 126 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.18 |
| HSL | 31.46º | 0.47% | 0.65% | - |
| HSV(B) | 31.46º | 0.39% | 0.82% | - |
| XYZ | 43.97 | 43.29 | 25.78 | - |
| YUV | 175.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 126 | 0 | 0.19 | 0.39 | 0.18 | 31.46 | 0.47 | 0.65 |
| Hex | D0 | A9 | 7E | 0 | 13 | 27 | 12 | 1F | 2F | 41 |
| Octal | 320 | 251 | 176 | 0 | 23 | 47 | 22 | 37 | 57 | 101 |
| Binary | 11010000 | 10101001 | 1111110 | 0 | 10011 | 100111 | 10010 | 11111 | 101111 | 1000001 |
Color Harmonies of #D0A97E
Complementary color
Monochromatic Colors of #D0A97E
Black with #D0A97E
Text Example
Text Example
White with #D0A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A97E; }
p { color: rgb(208,169,126); }
H1.HeaderClassName
{
color: #D0A97E;
}
.AnyTagClassName
{
color: #D0A97E;
}
</style>
background-color css
<style>
a { background-color: #D0A97E; }
a { background-color: rgb(208,169,126); }
div.DivClassName
{
background-color: #D0A97E;
}
.BgClassName
{
background-color: #D0A97E;
}
</style>
border-color css
<style>
span { border-color: #D0A97E; }
span { border-color: rgb(208,169,126); }
td.TdClassName
{
border-color: #D0A97E;
}
.TagClassName
{
border-color: #D0A97E;
}
</style>