Shades of Rose #D29C8A
Tints of Rose #D29C8A
RGB
CMYK
RGB Variations
Color information
#D29C8A (or 0xD29C8A) is known color: Rose. HEX triplet: D2, 9C and 8A. RGB value is (210,156,138). Sum of RGB (Red+Green+Blue) = 210+156+138=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C8A is #2D6375. Grayscale: #AAAAAA. Windows color (decimal): -2974582 or 9084114. OLE color: 9084114.
HSL color Cylindrical-coordinate representation of color #D29C8A: hue angle of 15º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D29C8A is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 138 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.18 |
| HSL | 15º | 0.44% | 0.68% | - |
| HSV(B) | 15º | 0.34% | 0.82% | - |
| XYZ | 43.05 | 39.31 | 29.36 | - |
| YUV | 170.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 138 | 0 | 0.26 | 0.34 | 0.18 | 15 | 0.44 | 0.68 |
| Hex | D2 | 9C | 8A | 0 | 1A | 22 | 12 | F | 2C | 44 |
| Octal | 322 | 234 | 212 | 0 | 32 | 42 | 22 | 17 | 54 | 104 |
| Binary | 11010010 | 10011100 | 10001010 | 0 | 11010 | 100010 | 10010 | 1111 | 101100 | 1000100 |
Color Harmonies of #D29C8A
Complementary color
Monochromatic Colors of #D29C8A
Black with #D29C8A
Text Example
Text Example
White with #D29C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C8A; }
p { color: rgb(210,156,138); }
H1.HeaderClassName
{
color: #D29C8A;
}
.AnyTagClassName
{
color: #D29C8A;
}
</style>
background-color css
<style>
a { background-color: #D29C8A; }
a { background-color: rgb(210,156,138); }
div.DivClassName
{
background-color: #D29C8A;
}
.BgClassName
{
background-color: #D29C8A;
}
</style>
border-color css
<style>
span { border-color: #D29C8A; }
span { border-color: rgb(210,156,138); }
td.TdClassName
{
border-color: #D29C8A;
}
.TagClassName
{
border-color: #D29C8A;
}
</style>