Shades of Cameo #D0A77A
Tints of Cameo #D0A77A
RGB
CMYK
RGB Variations
Color information
#D0A77A (or 0xD0A77A) is known color: Cameo. HEX triplet: D0, A7 and 7A. RGB value is (208,167,122). Sum of RGB (Red+Green+Blue) = 208+167+122=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A77A is #2F5885. Grayscale: #AEAEAE. Windows color (decimal): -3102854 or 8038352. OLE color: 8038352.
HSL color Cylindrical-coordinate representation of color #D0A77A: hue angle of 31.4º 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 #D0A77A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 122 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.18 |
| HSL | 31.4º | 0.48% | 0.65% | - |
| HSV(B) | 31.4º | 0.41% | 0.82% | - |
| XYZ | 43.34 | 42.45 | 24.32 | - |
| YUV | 174.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 122 | 0 | 0.20 | 0.41 | 0.18 | 31.4 | 0.48 | 0.65 |
| Hex | D0 | A7 | 7A | 0 | 14 | 29 | 12 | 1F | 30 | 41 |
| Octal | 320 | 247 | 172 | 0 | 24 | 51 | 22 | 37 | 60 | 101 |
| Binary | 11010000 | 10100111 | 1111010 | 0 | 10100 | 101001 | 10010 | 11111 | 110000 | 1000001 |
Color Harmonies of #D0A77A
Complementary color
Monochromatic Colors of #D0A77A
Black with #D0A77A
Text Example
Text Example
White with #D0A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A77A; }
p { color: rgb(208,167,122); }
H1.HeaderClassName
{
color: #D0A77A;
}
.AnyTagClassName
{
color: #D0A77A;
}
</style>
background-color css
<style>
a { background-color: #D0A77A; }
a { background-color: rgb(208,167,122); }
div.DivClassName
{
background-color: #D0A77A;
}
.BgClassName
{
background-color: #D0A77A;
}
</style>
border-color css
<style>
span { border-color: #D0A77A; }
span { border-color: rgb(208,167,122); }
td.TdClassName
{
border-color: #D0A77A;
}
.TagClassName
{
border-color: #D0A77A;
}
</style>