Shades of Rose #DFA59A
Tints of Rose #DFA59A
RGB
CMYK
RGB Variations
Color information
#DFA59A (or 0xDFA59A) is known color: Rose. HEX triplet: DF, A5 and 9A. RGB value is (223,165,154). Sum of RGB (Red+Green+Blue) = 223+165+154=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA59A is #205A65. Grayscale: #B5B5B5. Windows color (decimal): -2120294 or 10135007. OLE color: 10135007.
HSL color Cylindrical-coordinate representation of color #DFA59A: hue angle of 9.57º 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 #DFA59A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 154 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.13 |
| HSL | 9.57º | 0.52% | 0.74% | - |
| HSV(B) | 9.57º | 0.31% | 0.87% | - |
| XYZ | 49.72 | 44.93 | 36.62 | - |
| YUV | 181.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 154 | 0 | 0.26 | 0.31 | 0.13 | 9.57 | 0.52 | 0.74 |
| Hex | DF | A5 | 9A | 0 | 1A | 1F | D | A | 34 | 4A |
| Octal | 337 | 245 | 232 | 0 | 32 | 37 | 15 | 12 | 64 | 112 |
| Binary | 11011111 | 10100101 | 10011010 | 0 | 11010 | 11111 | 1101 | 1010 | 110100 | 1001010 |
Color Harmonies of #DFA59A
Complementary color
Monochromatic Colors of #DFA59A
Black with #DFA59A
Text Example
Text Example
White with #DFA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA59A; }
p { color: rgb(223,165,154); }
H1.HeaderClassName
{
color: #DFA59A;
}
.AnyTagClassName
{
color: #DFA59A;
}
</style>
background-color css
<style>
a { background-color: #DFA59A; }
a { background-color: rgb(223,165,154); }
div.DivClassName
{
background-color: #DFA59A;
}
.BgClassName
{
background-color: #DFA59A;
}
</style>
border-color css
<style>
span { border-color: #DFA59A; }
span { border-color: rgb(223,165,154); }
td.TdClassName
{
border-color: #DFA59A;
}
.TagClassName
{
border-color: #DFA59A;
}
</style>