Shades of Rose #DFA69D
Tints of Rose #DFA69D
RGB
CMYK
RGB Variations
Color information
#DFA69D (or 0xDFA69D) is known color: Rose. HEX triplet: DF, A6 and 9D. RGB value is (223,166,157). Sum of RGB (Red+Green+Blue) = 223+166+157=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA69D is #205962. Grayscale: #B6B6B6. Windows color (decimal): -2120035 or 10331871. OLE color: 10331871.
HSL color Cylindrical-coordinate representation of color #DFA69D: hue angle of 8.18º 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 #DFA69D is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 157 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.13 |
| HSL | 8.18º | 0.51% | 0.75% | - |
| HSV(B) | 8.18º | 0.3% | 0.87% | - |
| XYZ | 50.15 | 45.39 | 38.02 | - |
| YUV | 182.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 157 | 0 | 0.26 | 0.30 | 0.13 | 8.18 | 0.51 | 0.75 |
| Hex | DF | A6 | 9D | 0 | 1A | 1E | D | 8 | 33 | 4B |
| Octal | 337 | 246 | 235 | 0 | 32 | 36 | 15 | 10 | 63 | 113 |
| Binary | 11011111 | 10100110 | 10011101 | 0 | 11010 | 11110 | 1101 | 1000 | 110011 | 1001011 |
Color Harmonies of #DFA69D
Complementary color
Monochromatic Colors of #DFA69D
Black with #DFA69D
Text Example
Text Example
White with #DFA69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA69D; }
p { color: rgb(223,166,157); }
H1.HeaderClassName
{
color: #DFA69D;
}
.AnyTagClassName
{
color: #DFA69D;
}
</style>
background-color css
<style>
a { background-color: #DFA69D; }
a { background-color: rgb(223,166,157); }
div.DivClassName
{
background-color: #DFA69D;
}
.BgClassName
{
background-color: #DFA69D;
}
</style>
border-color css
<style>
span { border-color: #DFA69D; }
span { border-color: rgb(223,166,157); }
td.TdClassName
{
border-color: #DFA69D;
}
.TagClassName
{
border-color: #DFA69D;
}
</style>