Shades of Rose #DFA59D
Tints of Rose #DFA59D
RGB
CMYK
RGB Variations
Color information
#DFA59D (or 0xDFA59D) is known color: Rose. HEX triplet: DF, A5 and 9D. RGB value is (223,165,157). Sum of RGB (Red+Green+Blue) = 223+165+157=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA59D is #205A62. Grayscale: #B5B5B5. Windows color (decimal): -2120291 or 10331615. OLE color: 10331615.
HSL color Cylindrical-coordinate representation of color #DFA59D: hue angle of 7.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA59D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 157 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.13 |
| HSL | 7.27º | 0.51% | 0.75% | - |
| HSV(B) | 7.27º | 0.3% | 0.87% | - |
| XYZ | 49.97 | 45.03 | 37.96 | - |
| YUV | 181.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 157 | 0 | 0.26 | 0.30 | 0.13 | 7.27 | 0.51 | 0.75 |
| Hex | DF | A5 | 9D | 0 | 1A | 1E | D | 7 | 33 | 4B |
| Octal | 337 | 245 | 235 | 0 | 32 | 36 | 15 | 7 | 63 | 113 |
| Binary | 11011111 | 10100101 | 10011101 | 0 | 11010 | 11110 | 1101 | 111 | 110011 | 1001011 |
Color Harmonies of #DFA59D
Complementary color
Monochromatic Colors of #DFA59D
Black with #DFA59D
Text Example
Text Example
White with #DFA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA59D; }
p { color: rgb(223,165,157); }
H1.HeaderClassName
{
color: #DFA59D;
}
.AnyTagClassName
{
color: #DFA59D;
}
</style>
background-color css
<style>
a { background-color: #DFA59D; }
a { background-color: rgb(223,165,157); }
div.DivClassName
{
background-color: #DFA59D;
}
.BgClassName
{
background-color: #DFA59D;
}
</style>
border-color css
<style>
span { border-color: #DFA59D; }
span { border-color: rgb(223,165,157); }
td.TdClassName
{
border-color: #DFA59D;
}
.TagClassName
{
border-color: #DFA59D;
}
</style>