Shades of Cameo #D0A37F
Tints of Cameo #D0A37F
RGB
CMYK
RGB Variations
Color information
#D0A37F (or 0xD0A37F) is known color: Cameo. HEX triplet: D0, A3 and 7F. RGB value is (208,163,127). Sum of RGB (Red+Green+Blue) = 208+163+127=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A37F is #2F5C80. Grayscale: #ACACAC. Windows color (decimal): -3103873 or 8365008. OLE color: 8365008.
HSL color Cylindrical-coordinate representation of color #D0A37F: hue angle of 26.67º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0A37F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 127 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.18 |
| HSL | 26.67º | 0.46% | 0.66% | - |
| HSV(B) | 26.67º | 0.39% | 0.82% | - |
| XYZ | 42.94 | 41.14 | 25.76 | - |
| YUV | 172.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 127 | 0 | 0.22 | 0.39 | 0.18 | 26.67 | 0.46 | 0.66 |
| Hex | D0 | A3 | 7F | 0 | 16 | 27 | 12 | 1B | 2E | 42 |
| Octal | 320 | 243 | 177 | 0 | 26 | 47 | 22 | 33 | 56 | 102 |
| Binary | 11010000 | 10100011 | 1111111 | 0 | 10110 | 100111 | 10010 | 11011 | 101110 | 1000010 |
Color Harmonies of #D0A37F
Complementary color
Monochromatic Colors of #D0A37F
Black with #D0A37F
Text Example
Text Example
White with #D0A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A37F; }
p { color: rgb(208,163,127); }
H1.HeaderClassName
{
color: #D0A37F;
}
.AnyTagClassName
{
color: #D0A37F;
}
</style>
background-color css
<style>
a { background-color: #D0A37F; }
a { background-color: rgb(208,163,127); }
div.DivClassName
{
background-color: #D0A37F;
}
.BgClassName
{
background-color: #D0A37F;
}
</style>
border-color css
<style>
span { border-color: #D0A37F; }
span { border-color: rgb(208,163,127); }
td.TdClassName
{
border-color: #D0A37F;
}
.TagClassName
{
border-color: #D0A37F;
}
</style>