Shades of Cameo #D19D7E
Tints of Cameo #D19D7E
RGB
CMYK
RGB Variations
Color information
#D19D7E (or 0xD19D7E) is known color: Cameo. HEX triplet: D1, 9D and 7E. RGB value is (209,157,126). Sum of RGB (Red+Green+Blue) = 209+157+126=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D7E is #2E6281. Grayscale: #A9A9A9. Windows color (decimal): -3039874 or 8297937. OLE color: 8297937.
HSL color Cylindrical-coordinate representation of color #D19D7E: hue angle of 22.41º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D19D7E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 126 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.18 |
| HSL | 22.41º | 0.47% | 0.66% | - |
| HSV(B) | 22.41º | 0.4% | 0.82% | - |
| XYZ | 42.12 | 39.18 | 25.08 | - |
| YUV | 169.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 126 | 0 | 0.25 | 0.40 | 0.18 | 22.41 | 0.47 | 0.66 |
| Hex | D1 | 9D | 7E | 0 | 19 | 28 | 12 | 16 | 2F | 42 |
| Octal | 321 | 235 | 176 | 0 | 31 | 50 | 22 | 26 | 57 | 102 |
| Binary | 11010001 | 10011101 | 1111110 | 0 | 11001 | 101000 | 10010 | 10110 | 101111 | 1000010 |
Color Harmonies of #D19D7E
Complementary color
Monochromatic Colors of #D19D7E
Black with #D19D7E
Text Example
Text Example
White with #D19D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D7E; }
p { color: rgb(209,157,126); }
H1.HeaderClassName
{
color: #D19D7E;
}
.AnyTagClassName
{
color: #D19D7E;
}
</style>
background-color css
<style>
a { background-color: #D19D7E; }
a { background-color: rgb(209,157,126); }
div.DivClassName
{
background-color: #D19D7E;
}
.BgClassName
{
background-color: #D19D7E;
}
</style>
border-color css
<style>
span { border-color: #D19D7E; }
span { border-color: rgb(209,157,126); }
td.TdClassName
{
border-color: #D19D7E;
}
.TagClassName
{
border-color: #D19D7E;
}
</style>