Shades of Cameo #D29D85
Tints of Cameo #D29D85
RGB
CMYK
RGB Variations
Color information
#D29D85 (or 0xD29D85) is known color: Cameo. HEX triplet: D2, 9D and 85. RGB value is (210,157,133). Sum of RGB (Red+Green+Blue) = 210+157+133=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D85 is #2D627A. Grayscale: #AAAAAA. Windows color (decimal): -2974331 or 8756690. OLE color: 8756690.
HSL color Cylindrical-coordinate representation of color #D29D85: hue angle of 18.7º 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 #D29D85 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 133 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.18 |
| HSL | 18.7º | 0.46% | 0.67% | - |
| HSV(B) | 18.7º | 0.37% | 0.82% | - |
| XYZ | 42.87 | 39.51 | 27.56 | - |
| YUV | 170.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 133 | 0 | 0.25 | 0.37 | 0.18 | 18.7 | 0.46 | 0.67 |
| Hex | D2 | 9D | 85 | 0 | 19 | 25 | 12 | 13 | 2E | 43 |
| Octal | 322 | 235 | 205 | 0 | 31 | 45 | 22 | 23 | 56 | 103 |
| Binary | 11010010 | 10011101 | 10000101 | 0 | 11001 | 100101 | 10010 | 10011 | 101110 | 1000011 |
Color Harmonies of #D29D85
Complementary color
Monochromatic Colors of #D29D85
Black with #D29D85
Text Example
Text Example
White with #D29D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D85; }
p { color: rgb(210,157,133); }
H1.HeaderClassName
{
color: #D29D85;
}
.AnyTagClassName
{
color: #D29D85;
}
</style>
background-color css
<style>
a { background-color: #D29D85; }
a { background-color: rgb(210,157,133); }
div.DivClassName
{
background-color: #D29D85;
}
.BgClassName
{
background-color: #D29D85;
}
</style>
border-color css
<style>
span { border-color: #D29D85; }
span { border-color: rgb(210,157,133); }
td.TdClassName
{
border-color: #D29D85;
}
.TagClassName
{
border-color: #D29D85;
}
</style>