Shades of Rose #D29A8C
Tints of Rose #D29A8C
RGB
CMYK
RGB Variations
Color information
#D29A8C (or 0xD29A8C) is known color: Rose. HEX triplet: D2, 9A and 8C. RGB value is (210,154,140). Sum of RGB (Red+Green+Blue) = 210+154+140=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A8C is #2D6573. Grayscale: #A9A9A9. Windows color (decimal): -2975092 or 9214674. OLE color: 9214674.
HSL color Cylindrical-coordinate representation of color #D29A8C: hue angle of 12º degrees, saturation: 0.44, 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 #D29A8C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 140 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.18 |
| HSL | 12º | 0.44% | 0.69% | - |
| HSV(B) | 12º | 0.33% | 0.82% | - |
| XYZ | 42.87 | 38.71 | 30.02 | - |
| YUV | 169.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 140 | 0 | 0.27 | 0.33 | 0.18 | 12 | 0.44 | 0.69 |
| Hex | D2 | 9A | 8C | 0 | 1B | 21 | 12 | C | 2C | 45 |
| Octal | 322 | 232 | 214 | 0 | 33 | 41 | 22 | 14 | 54 | 105 |
| Binary | 11010010 | 10011010 | 10001100 | 0 | 11011 | 100001 | 10010 | 1100 | 101100 | 1000101 |
Color Harmonies of #D29A8C
Complementary color
Monochromatic Colors of #D29A8C
Black with #D29A8C
Text Example
Text Example
White with #D29A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A8C; }
p { color: rgb(210,154,140); }
H1.HeaderClassName
{
color: #D29A8C;
}
.AnyTagClassName
{
color: #D29A8C;
}
</style>
background-color css
<style>
a { background-color: #D29A8C; }
a { background-color: rgb(210,154,140); }
div.DivClassName
{
background-color: #D29A8C;
}
.BgClassName
{
background-color: #D29A8C;
}
</style>
border-color css
<style>
span { border-color: #D29A8C; }
span { border-color: rgb(210,154,140); }
td.TdClassName
{
border-color: #D29A8C;
}
.TagClassName
{
border-color: #D29A8C;
}
</style>