Shades of Rose #D29D96
Tints of Rose #D29D96
RGB
CMYK
RGB Variations
Color information
#D29D96 (or 0xD29D96) is known color: Rose. HEX triplet: D2, 9D and 96. RGB value is (210,157,150). Sum of RGB (Red+Green+Blue) = 210+157+150=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D96 is #2D6269. Grayscale: #ACACAC. Windows color (decimal): -2974314 or 9870802. OLE color: 9870802.
HSL color Cylindrical-coordinate representation of color #D29D96: hue angle of 7º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29D96 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 150 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.18 |
| HSL | 7º | 0.4% | 0.71% | - |
| HSV(B) | 7º | 0.29% | 0.82% | - |
| XYZ | 44.14 | 40.02 | 34.25 | - |
| YUV | 172.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 150 | 0 | 0.25 | 0.29 | 0.18 | 7 | 0.4 | 0.71 |
| Hex | D2 | 9D | 96 | 0 | 19 | 1D | 12 | 7 | 28 | 47 |
| Octal | 322 | 235 | 226 | 0 | 31 | 35 | 22 | 7 | 50 | 107 |
| Binary | 11010010 | 10011101 | 10010110 | 0 | 11001 | 11101 | 10010 | 111 | 101000 | 1000111 |
Color Harmonies of #D29D96
Complementary color
Monochromatic Colors of #D29D96
Black with #D29D96
Text Example
Text Example
White with #D29D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D96; }
p { color: rgb(210,157,150); }
H1.HeaderClassName
{
color: #D29D96;
}
.AnyTagClassName
{
color: #D29D96;
}
</style>
background-color css
<style>
a { background-color: #D29D96; }
a { background-color: rgb(210,157,150); }
div.DivClassName
{
background-color: #D29D96;
}
.BgClassName
{
background-color: #D29D96;
}
</style>
border-color css
<style>
span { border-color: #D29D96; }
span { border-color: rgb(210,157,150); }
td.TdClassName
{
border-color: #D29D96;
}
.TagClassName
{
border-color: #D29D96;
}
</style>