Shades of Cameo #D19D83
Tints of Cameo #D19D83
RGB
CMYK
RGB Variations
Color information
#D19D83 (or 0xD19D83) is known color: Cameo. HEX triplet: D1, 9D and 83. RGB value is (209,157,131). Sum of RGB (Red+Green+Blue) = 209+157+131=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D83 is #2E627C. Grayscale: #A9A9A9. Windows color (decimal): -3039869 or 8625617. OLE color: 8625617.
HSL color Cylindrical-coordinate representation of color #D19D83: hue angle of 20º degrees, saturation: 0.46, 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 #D19D83 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 131 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.18 |
| HSL | 20º | 0.46% | 0.67% | - |
| HSV(B) | 20º | 0.37% | 0.82% | - |
| XYZ | 42.45 | 39.31 | 26.82 | - |
| YUV | 169.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 131 | 0 | 0.25 | 0.37 | 0.18 | 20 | 0.46 | 0.67 |
| Hex | D1 | 9D | 83 | 0 | 19 | 25 | 12 | 14 | 2E | 43 |
| Octal | 321 | 235 | 203 | 0 | 31 | 45 | 22 | 24 | 56 | 103 |
| Binary | 11010001 | 10011101 | 10000011 | 0 | 11001 | 100101 | 10010 | 10100 | 101110 | 1000011 |
Color Harmonies of #D19D83
Complementary color
Monochromatic Colors of #D19D83
Black with #D19D83
Text Example
Text Example
White with #D19D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D83; }
p { color: rgb(209,157,131); }
H1.HeaderClassName
{
color: #D19D83;
}
.AnyTagClassName
{
color: #D19D83;
}
</style>
background-color css
<style>
a { background-color: #D19D83; }
a { background-color: rgb(209,157,131); }
div.DivClassName
{
background-color: #D19D83;
}
.BgClassName
{
background-color: #D19D83;
}
</style>
border-color css
<style>
span { border-color: #D19D83; }
span { border-color: rgb(209,157,131); }
td.TdClassName
{
border-color: #D19D83;
}
.TagClassName
{
border-color: #D19D83;
}
</style>