Shades of Rose #D29C8F
Tints of Rose #D29C8F
RGB
CMYK
RGB Variations
Color information
#D29C8F (or 0xD29C8F) is known color: Rose. HEX triplet: D2, 9C and 8F. RGB value is (210,156,143). Sum of RGB (Red+Green+Blue) = 210+156+143=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C8F is #2D6370. Grayscale: #AAAAAA. Windows color (decimal): -2974577 or 9411794. OLE color: 9411794.
HSL color Cylindrical-coordinate representation of color #D29C8F: hue angle of 11.64º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D29C8F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 143 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.18 |
| HSL | 11.64º | 0.43% | 0.69% | - |
| HSV(B) | 11.64º | 0.32% | 0.82% | - |
| XYZ | 43.42 | 39.46 | 31.31 | - |
| YUV | 170.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 143 | 0 | 0.26 | 0.32 | 0.18 | 11.64 | 0.43 | 0.69 |
| Hex | D2 | 9C | 8F | 0 | 1A | 20 | 12 | C | 2B | 45 |
| Octal | 322 | 234 | 217 | 0 | 32 | 40 | 22 | 14 | 53 | 105 |
| Binary | 11010010 | 10011100 | 10001111 | 0 | 11010 | 100000 | 10010 | 1100 | 101011 | 1000101 |
Color Harmonies of #D29C8F
Complementary color
Monochromatic Colors of #D29C8F
Black with #D29C8F
Text Example
Text Example
White with #D29C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C8F; }
p { color: rgb(210,156,143); }
H1.HeaderClassName
{
color: #D29C8F;
}
.AnyTagClassName
{
color: #D29C8F;
}
</style>
background-color css
<style>
a { background-color: #D29C8F; }
a { background-color: rgb(210,156,143); }
div.DivClassName
{
background-color: #D29C8F;
}
.BgClassName
{
background-color: #D29C8F;
}
</style>
border-color css
<style>
span { border-color: #D29C8F; }
span { border-color: rgb(210,156,143); }
td.TdClassName
{
border-color: #D29C8F;
}
.TagClassName
{
border-color: #D29C8F;
}
</style>