Shades of Cameo #D09E7B
Tints of Cameo #D09E7B
RGB
CMYK
RGB Variations
Color information
#D09E7B (or 0xD09E7B) is known color: Cameo. HEX triplet: D0, 9E and 7B. RGB value is (208,158,123). Sum of RGB (Red+Green+Blue) = 208+158+123=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E7B is #2F6184. Grayscale: #A9A9A9. Windows color (decimal): -3105157 or 8101584. OLE color: 8101584.
HSL color Cylindrical-coordinate representation of color #D09E7B: hue angle of 24.71º degrees, saturation: 0.47, 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 #D09E7B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 123 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.18 |
| HSL | 24.71º | 0.47% | 0.65% | - |
| HSV(B) | 24.71º | 0.41% | 0.82% | - |
| XYZ | 41.81 | 39.29 | 24.12 | - |
| YUV | 168.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 123 | 0 | 0.24 | 0.41 | 0.18 | 24.71 | 0.47 | 0.65 |
| Hex | D0 | 9E | 7B | 0 | 18 | 29 | 12 | 19 | 2F | 41 |
| Octal | 320 | 236 | 173 | 0 | 30 | 51 | 22 | 31 | 57 | 101 |
| Binary | 11010000 | 10011110 | 1111011 | 0 | 11000 | 101001 | 10010 | 11001 | 101111 | 1000001 |
Color Harmonies of #D09E7B
Complementary color
Monochromatic Colors of #D09E7B
Black with #D09E7B
Text Example
Text Example
White with #D09E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E7B; }
p { color: rgb(208,158,123); }
H1.HeaderClassName
{
color: #D09E7B;
}
.AnyTagClassName
{
color: #D09E7B;
}
</style>
background-color css
<style>
a { background-color: #D09E7B; }
a { background-color: rgb(208,158,123); }
div.DivClassName
{
background-color: #D09E7B;
}
.BgClassName
{
background-color: #D09E7B;
}
</style>
border-color css
<style>
span { border-color: #D09E7B; }
span { border-color: rgb(208,158,123); }
td.TdClassName
{
border-color: #D09E7B;
}
.TagClassName
{
border-color: #D09E7B;
}
</style>