Shades of Rose #D29E8D
Tints of Rose #D29E8D
RGB
CMYK
RGB Variations
Color information
#D29E8D (or 0xD29E8D) is known color: Rose. HEX triplet: D2, 9E and 8D. RGB value is (210,158,141). Sum of RGB (Red+Green+Blue) = 210+158+141=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29E8D is #2D6172. Grayscale: #ABABAB. Windows color (decimal): -2974067 or 9281234. OLE color: 9281234.
HSL color Cylindrical-coordinate representation of color #D29E8D: hue angle of 14.78º 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 #D29E8D is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 141 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.18 |
| HSL | 14.78º | 0.43% | 0.69% | - |
| HSV(B) | 14.78º | 0.33% | 0.82% | - |
| XYZ | 43.61 | 40.08 | 30.64 | - |
| YUV | 171.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 141 | 0 | 0.25 | 0.33 | 0.18 | 14.78 | 0.43 | 0.69 |
| Hex | D2 | 9E | 8D | 0 | 19 | 21 | 12 | F | 2B | 45 |
| Octal | 322 | 236 | 215 | 0 | 31 | 41 | 22 | 17 | 53 | 105 |
| Binary | 11010010 | 10011110 | 10001101 | 0 | 11001 | 100001 | 10010 | 1111 | 101011 | 1000101 |
Color Harmonies of #D29E8D
Complementary color
Monochromatic Colors of #D29E8D
Black with #D29E8D
Text Example
Text Example
White with #D29E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E8D; }
p { color: rgb(210,158,141); }
H1.HeaderClassName
{
color: #D29E8D;
}
.AnyTagClassName
{
color: #D29E8D;
}
</style>
background-color css
<style>
a { background-color: #D29E8D; }
a { background-color: rgb(210,158,141); }
div.DivClassName
{
background-color: #D29E8D;
}
.BgClassName
{
background-color: #D29E8D;
}
</style>
border-color css
<style>
span { border-color: #D29E8D; }
span { border-color: rgb(210,158,141); }
td.TdClassName
{
border-color: #D29E8D;
}
.TagClassName
{
border-color: #D29E8D;
}
</style>