Shades of Cameo #D09E85
Tints of Cameo #D09E85
RGB
CMYK
RGB Variations
Color information
#D09E85 (or 0xD09E85) is known color: Cameo. HEX triplet: D0, 9E and 85. RGB value is (208,158,133). Sum of RGB (Red+Green+Blue) = 208+158+133=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E85 is #2F617A. Grayscale: #AAAAAA. Windows color (decimal): -3105147 or 8756944. OLE color: 8756944.
HSL color Cylindrical-coordinate representation of color #D09E85: hue angle of 20º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09E85 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 133 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.18 |
| HSL | 20º | 0.44% | 0.67% | - |
| HSV(B) | 20º | 0.36% | 0.82% | - |
| XYZ | 42.47 | 39.56 | 27.59 | - |
| YUV | 170.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 133 | 0 | 0.24 | 0.36 | 0.18 | 20 | 0.44 | 0.67 |
| Hex | D0 | 9E | 85 | 0 | 18 | 24 | 12 | 14 | 2C | 43 |
| Octal | 320 | 236 | 205 | 0 | 30 | 44 | 22 | 24 | 54 | 103 |
| Binary | 11010000 | 10011110 | 10000101 | 0 | 11000 | 100100 | 10010 | 10100 | 101100 | 1000011 |
Color Harmonies of #D09E85
Complementary color
Monochromatic Colors of #D09E85
Black with #D09E85
Text Example
Text Example
White with #D09E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E85; }
p { color: rgb(208,158,133); }
H1.HeaderClassName
{
color: #D09E85;
}
.AnyTagClassName
{
color: #D09E85;
}
</style>
background-color css
<style>
a { background-color: #D09E85; }
a { background-color: rgb(208,158,133); }
div.DivClassName
{
background-color: #D09E85;
}
.BgClassName
{
background-color: #D09E85;
}
</style>
border-color css
<style>
span { border-color: #D09E85; }
span { border-color: rgb(208,158,133); }
td.TdClassName
{
border-color: #D09E85;
}
.TagClassName
{
border-color: #D09E85;
}
</style>