Shades of Cameo #D0A683
Tints of Cameo #D0A683
RGB
CMYK
RGB Variations
Color information
#D0A683 (or 0xD0A683) is known color: Cameo. HEX triplet: D0, A6 and 83. RGB value is (208,166,131). Sum of RGB (Red+Green+Blue) = 208+166+131=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A683 is #2F597C. Grayscale: #AEAEAE. Windows color (decimal): -3103101 or 8627920. OLE color: 8627920.
HSL color Cylindrical-coordinate representation of color #D0A683: hue angle of 27.27º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0A683 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 131 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.18 |
| HSL | 27.27º | 0.45% | 0.66% | - |
| HSV(B) | 27.27º | 0.37% | 0.82% | - |
| XYZ | 43.75 | 42.32 | 27.34 | - |
| YUV | 174.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 131 | 0 | 0.20 | 0.37 | 0.18 | 27.27 | 0.45 | 0.66 |
| Hex | D0 | A6 | 83 | 0 | 14 | 25 | 12 | 1B | 2D | 42 |
| Octal | 320 | 246 | 203 | 0 | 24 | 45 | 22 | 33 | 55 | 102 |
| Binary | 11010000 | 10100110 | 10000011 | 0 | 10100 | 100101 | 10010 | 11011 | 101101 | 1000010 |
Color Harmonies of #D0A683
Complementary color
Monochromatic Colors of #D0A683
Black with #D0A683
Text Example
Text Example
White with #D0A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A683; }
p { color: rgb(208,166,131); }
H1.HeaderClassName
{
color: #D0A683;
}
.AnyTagClassName
{
color: #D0A683;
}
</style>
background-color css
<style>
a { background-color: #D0A683; }
a { background-color: rgb(208,166,131); }
div.DivClassName
{
background-color: #D0A683;
}
.BgClassName
{
background-color: #D0A683;
}
</style>
border-color css
<style>
span { border-color: #D0A683; }
span { border-color: rgb(208,166,131); }
td.TdClassName
{
border-color: #D0A683;
}
.TagClassName
{
border-color: #D0A683;
}
</style>