Shades of Cameo #D09C84
Tints of Cameo #D09C84
RGB
CMYK
RGB Variations
Color information
#D09C84 (or 0xD09C84) is known color: Cameo. HEX triplet: D0, 9C and 84. RGB value is (208,156,132). Sum of RGB (Red+Green+Blue) = 208+156+132=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C84 is #2F637B. Grayscale: #A8A8A8. Windows color (decimal): -3105660 or 8690896. OLE color: 8690896.
HSL color Cylindrical-coordinate representation of color #D09C84: hue angle of 18.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09C84 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 132 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.18 |
| HSL | 18.95º | 0.45% | 0.67% | - |
| HSV(B) | 18.95º | 0.37% | 0.82% | - |
| XYZ | 42.07 | 38.85 | 27.11 | - |
| YUV | 168.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 132 | 0 | 0.25 | 0.37 | 0.18 | 18.95 | 0.45 | 0.67 |
| Hex | D0 | 9C | 84 | 0 | 19 | 25 | 12 | 13 | 2D | 43 |
| Octal | 320 | 234 | 204 | 0 | 31 | 45 | 22 | 23 | 55 | 103 |
| Binary | 11010000 | 10011100 | 10000100 | 0 | 11001 | 100101 | 10010 | 10011 | 101101 | 1000011 |
Color Harmonies of #D09C84
Complementary color
Monochromatic Colors of #D09C84
Black with #D09C84
Text Example
Text Example
White with #D09C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09C84; }
p { color: rgb(208,156,132); }
H1.HeaderClassName
{
color: #D09C84;
}
.AnyTagClassName
{
color: #D09C84;
}
</style>
background-color css
<style>
a { background-color: #D09C84; }
a { background-color: rgb(208,156,132); }
div.DivClassName
{
background-color: #D09C84;
}
.BgClassName
{
background-color: #D09C84;
}
</style>
border-color css
<style>
span { border-color: #D09C84; }
span { border-color: rgb(208,156,132); }
td.TdClassName
{
border-color: #D09C84;
}
.TagClassName
{
border-color: #D09C84;
}
</style>