Shades of Cameo #D19D7D
Tints of Cameo #D19D7D
RGB
CMYK
RGB Variations
Color information
#D19D7D (or 0xD19D7D) is known color: Cameo. HEX triplet: D1, 9D and 7D. RGB value is (209,157,125). Sum of RGB (Red+Green+Blue) = 209+157+125=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D7D is #2E6282. Grayscale: #A9A9A9. Windows color (decimal): -3039875 or 8232401. OLE color: 8232401.
HSL color Cylindrical-coordinate representation of color #D19D7D: hue angle of 22.86º degrees, saturation: 0.48, 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 #D19D7D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 125 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.18 |
| HSL | 22.86º | 0.48% | 0.65% | - |
| HSV(B) | 22.86º | 0.4% | 0.82% | - |
| XYZ | 42.05 | 39.15 | 24.74 | - |
| YUV | 168.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 125 | 0 | 0.25 | 0.40 | 0.18 | 22.86 | 0.48 | 0.65 |
| Hex | D1 | 9D | 7D | 0 | 19 | 28 | 12 | 17 | 30 | 41 |
| Octal | 321 | 235 | 175 | 0 | 31 | 50 | 22 | 27 | 60 | 101 |
| Binary | 11010001 | 10011101 | 1111101 | 0 | 11001 | 101000 | 10010 | 10111 | 110000 | 1000001 |
Color Harmonies of #D19D7D
Complementary color
Monochromatic Colors of #D19D7D
Black with #D19D7D
Text Example
Text Example
White with #D19D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D7D; }
p { color: rgb(209,157,125); }
H1.HeaderClassName
{
color: #D19D7D;
}
.AnyTagClassName
{
color: #D19D7D;
}
</style>
background-color css
<style>
a { background-color: #D19D7D; }
a { background-color: rgb(209,157,125); }
div.DivClassName
{
background-color: #D19D7D;
}
.BgClassName
{
background-color: #D19D7D;
}
</style>
border-color css
<style>
span { border-color: #D19D7D; }
span { border-color: rgb(209,157,125); }
td.TdClassName
{
border-color: #D19D7D;
}
.TagClassName
{
border-color: #D19D7D;
}
</style>