Shades of Cameo #D0A27A
Tints of Cameo #D0A27A
RGB
CMYK
RGB Variations
Color information
#D0A27A (or 0xD0A27A) is known color: Cameo. HEX triplet: D0, A2 and 7A. RGB value is (208,162,122). Sum of RGB (Red+Green+Blue) = 208+162+122=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A27A is #2F5D85. Grayscale: #ABABAB. Windows color (decimal): -3104134 or 8037072. OLE color: 8037072.
HSL color Cylindrical-coordinate representation of color #D0A27A: hue angle of 27.91º 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 #D0A27A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 122 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.18 |
| HSL | 27.91º | 0.48% | 0.65% | - |
| HSV(B) | 27.91º | 0.41% | 0.82% | - |
| XYZ | 42.45 | 40.66 | 24.02 | - |
| YUV | 171.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 122 | 0 | 0.22 | 0.41 | 0.18 | 27.91 | 0.48 | 0.65 |
| Hex | D0 | A2 | 7A | 0 | 16 | 29 | 12 | 1C | 30 | 41 |
| Octal | 320 | 242 | 172 | 0 | 26 | 51 | 22 | 34 | 60 | 101 |
| Binary | 11010000 | 10100010 | 1111010 | 0 | 10110 | 101001 | 10010 | 11100 | 110000 | 1000001 |
Color Harmonies of #D0A27A
Complementary color
Monochromatic Colors of #D0A27A
Black with #D0A27A
Text Example
Text Example
White with #D0A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A27A; }
p { color: rgb(208,162,122); }
H1.HeaderClassName
{
color: #D0A27A;
}
.AnyTagClassName
{
color: #D0A27A;
}
</style>
background-color css
<style>
a { background-color: #D0A27A; }
a { background-color: rgb(208,162,122); }
div.DivClassName
{
background-color: #D0A27A;
}
.BgClassName
{
background-color: #D0A27A;
}
</style>
border-color css
<style>
span { border-color: #D0A27A; }
span { border-color: rgb(208,162,122); }
td.TdClassName
{
border-color: #D0A27A;
}
.TagClassName
{
border-color: #D0A27A;
}
</style>