Shades of Cameo #D09C7E
Tints of Cameo #D09C7E
RGB
CMYK
RGB Variations
Color information
#D09C7E (or 0xD09C7E) is known color: Cameo. HEX triplet: D0, 9C and 7E. RGB value is (208,156,126). Sum of RGB (Red+Green+Blue) = 208+156+126=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C7E is #2F6381. Grayscale: #A8A8A8. Windows color (decimal): -3105666 or 8297680. OLE color: 8297680.
HSL color Cylindrical-coordinate representation of color #D09C7E: hue angle of 21.95º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09C7E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 126 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.18 |
| HSL | 21.95º | 0.47% | 0.65% | - |
| HSV(B) | 21.95º | 0.39% | 0.82% | - |
| XYZ | 41.67 | 38.69 | 25.01 | - |
| YUV | 168.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 126 | 0 | 0.25 | 0.39 | 0.18 | 21.95 | 0.47 | 0.65 |
| Hex | D0 | 9C | 7E | 0 | 19 | 27 | 12 | 16 | 2F | 41 |
| Octal | 320 | 234 | 176 | 0 | 31 | 47 | 22 | 26 | 57 | 101 |
| Binary | 11010000 | 10011100 | 1111110 | 0 | 11001 | 100111 | 10010 | 10110 | 101111 | 1000001 |
Color Harmonies of #D09C7E
Complementary color
Monochromatic Colors of #D09C7E
Black with #D09C7E
Text Example
Text Example
White with #D09C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C7E; }
p { color: rgb(208,156,126); }
H1.HeaderClassName
{
color: #D09C7E;
}
.AnyTagClassName
{
color: #D09C7E;
}
</style>
background-color css
<style>
a { background-color: #D09C7E; }
a { background-color: rgb(208,156,126); }
div.DivClassName
{
background-color: #D09C7E;
}
.BgClassName
{
background-color: #D09C7E;
}
</style>
border-color css
<style>
span { border-color: #D09C7E; }
span { border-color: rgb(208,156,126); }
td.TdClassName
{
border-color: #D09C7E;
}
.TagClassName
{
border-color: #D09C7E;
}
</style>