Shades of Cameo #D09E7D
Tints of Cameo #D09E7D
RGB
CMYK
RGB Variations
Color information
#D09E7D (or 0xD09E7D) is known color: Cameo. HEX triplet: D0, 9E and 7D. RGB value is (208,158,125). Sum of RGB (Red+Green+Blue) = 208+158+125=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E7D is #2F6182. Grayscale: #A9A9A9. Windows color (decimal): -3105155 or 8232656. OLE color: 8232656.
HSL color Cylindrical-coordinate representation of color #D09E7D: hue angle of 23.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D09E7D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 125 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.18 |
| HSL | 23.86º | 0.47% | 0.65% | - |
| HSV(B) | 23.86º | 0.4% | 0.82% | - |
| XYZ | 41.94 | 39.34 | 24.79 | - |
| YUV | 169.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 125 | 0 | 0.24 | 0.40 | 0.18 | 23.86 | 0.47 | 0.65 |
| Hex | D0 | 9E | 7D | 0 | 18 | 28 | 12 | 18 | 2F | 41 |
| Octal | 320 | 236 | 175 | 0 | 30 | 50 | 22 | 30 | 57 | 101 |
| Binary | 11010000 | 10011110 | 1111101 | 0 | 11000 | 101000 | 10010 | 11000 | 101111 | 1000001 |
Color Harmonies of #D09E7D
Complementary color
Monochromatic Colors of #D09E7D
Black with #D09E7D
Text Example
Text Example
White with #D09E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E7D; }
p { color: rgb(208,158,125); }
H1.HeaderClassName
{
color: #D09E7D;
}
.AnyTagClassName
{
color: #D09E7D;
}
</style>
background-color css
<style>
a { background-color: #D09E7D; }
a { background-color: rgb(208,158,125); }
div.DivClassName
{
background-color: #D09E7D;
}
.BgClassName
{
background-color: #D09E7D;
}
</style>
border-color css
<style>
span { border-color: #D09E7D; }
span { border-color: rgb(208,158,125); }
td.TdClassName
{
border-color: #D09E7D;
}
.TagClassName
{
border-color: #D09E7D;
}
</style>