Shades of Rose #D29A89
Tints of Rose #D29A89
RGB
CMYK
RGB Variations
Color information
#D29A89 (or 0xD29A89) is known color: Rose. HEX triplet: D2, 9A and 89. RGB value is (210,154,137). Sum of RGB (Red+Green+Blue) = 210+154+137=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A89 is #2D6576. Grayscale: #A8A8A8. Windows color (decimal): -2975095 or 9018066. OLE color: 9018066.
HSL color Cylindrical-coordinate representation of color #D29A89: hue angle of 13.97º 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 #D29A89 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 137 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.18 |
| HSL | 13.97º | 0.45% | 0.68% | - |
| HSV(B) | 13.97º | 0.35% | 0.82% | - |
| XYZ | 42.65 | 38.62 | 28.87 | - |
| YUV | 168.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 137 | 0 | 0.27 | 0.35 | 0.18 | 13.97 | 0.45 | 0.68 |
| Hex | D2 | 9A | 89 | 0 | 1B | 23 | 12 | E | 2D | 44 |
| Octal | 322 | 232 | 211 | 0 | 33 | 43 | 22 | 16 | 55 | 104 |
| Binary | 11010010 | 10011010 | 10001001 | 0 | 11011 | 100011 | 10010 | 1110 | 101101 | 1000100 |
Color Harmonies of #D29A89
Complementary color
Monochromatic Colors of #D29A89
Black with #D29A89
Text Example
Text Example
White with #D29A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A89; }
p { color: rgb(210,154,137); }
H1.HeaderClassName
{
color: #D29A89;
}
.AnyTagClassName
{
color: #D29A89;
}
</style>
background-color css
<style>
a { background-color: #D29A89; }
a { background-color: rgb(210,154,137); }
div.DivClassName
{
background-color: #D29A89;
}
.BgClassName
{
background-color: #D29A89;
}
</style>
border-color css
<style>
span { border-color: #D29A89; }
span { border-color: rgb(210,154,137); }
td.TdClassName
{
border-color: #D29A89;
}
.TagClassName
{
border-color: #D29A89;
}
</style>