Shades of Rose #D29B89
Tints of Rose #D29B89
RGB
CMYK
RGB Variations
Color information
#D29B89 (or 0xD29B89) is known color: Rose. HEX triplet: D2, 9B and 89. RGB value is (210,155,137). Sum of RGB (Red+Green+Blue) = 210+155+137=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B89 is #2D6476. Grayscale: #A9A9A9. Windows color (decimal): -2974839 or 9018322. OLE color: 9018322.
HSL color Cylindrical-coordinate representation of color #D29B89: hue angle of 14.79º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D29B89 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 137 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.18 |
| HSL | 14.79º | 0.45% | 0.68% | - |
| HSV(B) | 14.79º | 0.35% | 0.82% | - |
| XYZ | 42.82 | 38.95 | 28.93 | - |
| YUV | 169.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 137 | 0 | 0.26 | 0.35 | 0.18 | 14.79 | 0.45 | 0.68 |
| Hex | D2 | 9B | 89 | 0 | 1A | 23 | 12 | F | 2D | 44 |
| Octal | 322 | 233 | 211 | 0 | 32 | 43 | 22 | 17 | 55 | 104 |
| Binary | 11010010 | 10011011 | 10001001 | 0 | 11010 | 100011 | 10010 | 1111 | 101101 | 1000100 |
Color Harmonies of #D29B89
Complementary color
Monochromatic Colors of #D29B89
Black with #D29B89
Text Example
Text Example
White with #D29B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B89; }
p { color: rgb(210,155,137); }
H1.HeaderClassName
{
color: #D29B89;
}
.AnyTagClassName
{
color: #D29B89;
}
</style>
background-color css
<style>
a { background-color: #D29B89; }
a { background-color: rgb(210,155,137); }
div.DivClassName
{
background-color: #D29B89;
}
.BgClassName
{
background-color: #D29B89;
}
</style>
border-color css
<style>
span { border-color: #D29B89; }
span { border-color: rgb(210,155,137); }
td.TdClassName
{
border-color: #D29B89;
}
.TagClassName
{
border-color: #D29B89;
}
</style>