Shades of Rose #D9A28C
Tints of Rose #D9A28C
RGB
CMYK
RGB Variations
Color information
#D9A28C (or 0xD9A28C) is known color: Rose. HEX triplet: D9, A2 and 8C. RGB value is (217,162,140). Sum of RGB (Red+Green+Blue) = 217+162+140=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A28C is #265D73. Grayscale: #B0B0B0. Windows color (decimal): -2514292 or 9216729. OLE color: 9216729.
HSL color Cylindrical-coordinate representation of color #D9A28C: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A28C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 162 | 140 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.15 |
| HSL | 17.14º | 0.5% | 0.7% | - |
| HSV(B) | 17.14º | 0.35% | 0.85% | - |
| XYZ | 46.27 | 42.49 | 30.57 | - |
| YUV | 175.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 162 | 140 | 0 | 0.25 | 0.35 | 0.15 | 17.14 | 0.5 | 0.7 |
| Hex | D9 | A2 | 8C | 0 | 19 | 23 | F | 11 | 32 | 46 |
| Octal | 331 | 242 | 214 | 0 | 31 | 43 | 17 | 21 | 62 | 106 |
| Binary | 11011001 | 10100010 | 10001100 | 0 | 11001 | 100011 | 1111 | 10001 | 110010 | 1000110 |
Color Harmonies of #D9A28C
Complementary color
Monochromatic Colors of #D9A28C
Black with #D9A28C
Text Example
Text Example
White with #D9A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A28C; }
p { color: rgb(217,162,140); }
H1.HeaderClassName
{
color: #D9A28C;
}
.AnyTagClassName
{
color: #D9A28C;
}
</style>
background-color css
<style>
a { background-color: #D9A28C; }
a { background-color: rgb(217,162,140); }
div.DivClassName
{
background-color: #D9A28C;
}
.BgClassName
{
background-color: #D9A28C;
}
</style>
border-color css
<style>
span { border-color: #D9A28C; }
span { border-color: rgb(217,162,140); }
td.TdClassName
{
border-color: #D9A28C;
}
.TagClassName
{
border-color: #D9A28C;
}
</style>