Shades of Rose #D29B8D
Tints of Rose #D29B8D
RGB
CMYK
RGB Variations
Color information
#D29B8D (or 0xD29B8D) is known color: Rose. HEX triplet: D2, 9B and 8D. RGB value is (210,155,141). Sum of RGB (Red+Green+Blue) = 210+155+141=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B8D is #2D6472. Grayscale: #A9A9A9. Windows color (decimal): -2974835 or 9280466. OLE color: 9280466.
HSL color Cylindrical-coordinate representation of color #D29B8D: hue angle of 12.17º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D29B8D is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 141 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.18 |
| HSL | 12.17º | 0.43% | 0.69% | - |
| HSV(B) | 12.17º | 0.33% | 0.82% | - |
| XYZ | 43.11 | 39.07 | 30.47 | - |
| YUV | 169.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 141 | 0 | 0.26 | 0.33 | 0.18 | 12.17 | 0.43 | 0.69 |
| Hex | D2 | 9B | 8D | 0 | 1A | 21 | 12 | C | 2B | 45 |
| Octal | 322 | 233 | 215 | 0 | 32 | 41 | 22 | 14 | 53 | 105 |
| Binary | 11010010 | 10011011 | 10001101 | 0 | 11010 | 100001 | 10010 | 1100 | 101011 | 1000101 |
Color Harmonies of #D29B8D
Complementary color
Monochromatic Colors of #D29B8D
Black with #D29B8D
Text Example
Text Example
White with #D29B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29B8D; }
p { color: rgb(210,155,141); }
H1.HeaderClassName
{
color: #D29B8D;
}
.AnyTagClassName
{
color: #D29B8D;
}
</style>
background-color css
<style>
a { background-color: #D29B8D; }
a { background-color: rgb(210,155,141); }
div.DivClassName
{
background-color: #D29B8D;
}
.BgClassName
{
background-color: #D29B8D;
}
</style>
border-color css
<style>
span { border-color: #D29B8D; }
span { border-color: rgb(210,155,141); }
td.TdClassName
{
border-color: #D29B8D;
}
.TagClassName
{
border-color: #D29B8D;
}
</style>