Shades of Rose #DFA79B
Tints of Rose #DFA79B
RGB
CMYK
RGB Variations
Color information
#DFA79B (or 0xDFA79B) is known color: Rose. HEX triplet: DF, A7 and 9B. RGB value is (223,167,155). Sum of RGB (Red+Green+Blue) = 223+167+155=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA79B is #205864. Grayscale: #B6B6B6. Windows color (decimal): -2119781 or 10201055. OLE color: 10201055.
HSL color Cylindrical-coordinate representation of color #DFA79B: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA79B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 155 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.13 |
| HSL | 10.59º | 0.52% | 0.74% | - |
| HSV(B) | 10.59º | 0.3% | 0.87% | - |
| XYZ | 50.17 | 45.69 | 37.19 | - |
| YUV | 182.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 155 | 0 | 0.25 | 0.30 | 0.13 | 10.59 | 0.52 | 0.74 |
| Hex | DF | A7 | 9B | 0 | 19 | 1E | D | B | 34 | 4A |
| Octal | 337 | 247 | 233 | 0 | 31 | 36 | 15 | 13 | 64 | 112 |
| Binary | 11011111 | 10100111 | 10011011 | 0 | 11001 | 11110 | 1101 | 1011 | 110100 | 1001010 |
Color Harmonies of #DFA79B
Complementary color
Monochromatic Colors of #DFA79B
Black with #DFA79B
Text Example
Text Example
White with #DFA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA79B; }
p { color: rgb(223,167,155); }
H1.HeaderClassName
{
color: #DFA79B;
}
.AnyTagClassName
{
color: #DFA79B;
}
</style>
background-color css
<style>
a { background-color: #DFA79B; }
a { background-color: rgb(223,167,155); }
div.DivClassName
{
background-color: #DFA79B;
}
.BgClassName
{
background-color: #DFA79B;
}
</style>
border-color css
<style>
span { border-color: #DFA79B; }
span { border-color: rgb(223,167,155); }
td.TdClassName
{
border-color: #DFA79B;
}
.TagClassName
{
border-color: #DFA79B;
}
</style>