Shades of Cameo #D09D7E
Tints of Cameo #D09D7E
RGB
CMYK
RGB Variations
Color information
#D09D7E (or 0xD09D7E) is known color: Cameo. HEX triplet: D0, 9D and 7E. RGB value is (208,157,126). Sum of RGB (Red+Green+Blue) = 208+157+126=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D7E is #2F6281. Grayscale: #A8A8A8. Windows color (decimal): -3105410 or 8297936. OLE color: 8297936.
HSL color Cylindrical-coordinate representation of color #D09D7E: hue angle of 22.68º 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 #D09D7E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 126 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.18 |
| HSL | 22.68º | 0.47% | 0.65% | - |
| HSV(B) | 22.68º | 0.39% | 0.82% | - |
| XYZ | 41.84 | 39.03 | 25.07 | - |
| YUV | 168.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 126 | 0 | 0.25 | 0.39 | 0.18 | 22.68 | 0.47 | 0.65 |
| Hex | D0 | 9D | 7E | 0 | 19 | 27 | 12 | 17 | 2F | 41 |
| Octal | 320 | 235 | 176 | 0 | 31 | 47 | 22 | 27 | 57 | 101 |
| Binary | 11010000 | 10011101 | 1111110 | 0 | 11001 | 100111 | 10010 | 10111 | 101111 | 1000001 |
Color Harmonies of #D09D7E
Complementary color
Monochromatic Colors of #D09D7E
Black with #D09D7E
Text Example
Text Example
White with #D09D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D7E; }
p { color: rgb(208,157,126); }
H1.HeaderClassName
{
color: #D09D7E;
}
.AnyTagClassName
{
color: #D09D7E;
}
</style>
background-color css
<style>
a { background-color: #D09D7E; }
a { background-color: rgb(208,157,126); }
div.DivClassName
{
background-color: #D09D7E;
}
.BgClassName
{
background-color: #D09D7E;
}
</style>
border-color css
<style>
span { border-color: #D09D7E; }
span { border-color: rgb(208,157,126); }
td.TdClassName
{
border-color: #D09D7E;
}
.TagClassName
{
border-color: #D09D7E;
}
</style>