Shades of Rose #DFA29A
Tints of Rose #DFA29A
RGB
CMYK
RGB Variations
Color information
#DFA29A (or 0xDFA29A) is known color: Rose. HEX triplet: DF, A2 and 9A. RGB value is (223,162,154). Sum of RGB (Red+Green+Blue) = 223+162+154=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA29A is #205D65. Grayscale: #B3B3B3. Windows color (decimal): -2121062 or 10134239. OLE color: 10134239.
HSL color Cylindrical-coordinate representation of color #DFA29A: hue angle of 6.96º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA29A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 154 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.13 |
| HSL | 6.96º | 0.52% | 0.74% | - |
| HSV(B) | 6.96º | 0.31% | 0.87% | - |
| XYZ | 49.18 | 43.86 | 36.45 | - |
| YUV | 179.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 154 | 0 | 0.27 | 0.31 | 0.13 | 6.96 | 0.52 | 0.74 |
| Hex | DF | A2 | 9A | 0 | 1B | 1F | D | 7 | 34 | 4A |
| Octal | 337 | 242 | 232 | 0 | 33 | 37 | 15 | 7 | 64 | 112 |
| Binary | 11011111 | 10100010 | 10011010 | 0 | 11011 | 11111 | 1101 | 111 | 110100 | 1001010 |
Color Harmonies of #DFA29A
Complementary color
Monochromatic Colors of #DFA29A
Black with #DFA29A
Text Example
Text Example
White with #DFA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA29A; }
p { color: rgb(223,162,154); }
H1.HeaderClassName
{
color: #DFA29A;
}
.AnyTagClassName
{
color: #DFA29A;
}
</style>
background-color css
<style>
a { background-color: #DFA29A; }
a { background-color: rgb(223,162,154); }
div.DivClassName
{
background-color: #DFA29A;
}
.BgClassName
{
background-color: #DFA29A;
}
</style>
border-color css
<style>
span { border-color: #DFA29A; }
span { border-color: rgb(223,162,154); }
td.TdClassName
{
border-color: #DFA29A;
}
.TagClassName
{
border-color: #DFA29A;
}
</style>