Shades of Rose #DFAB93
Tints of Rose #DFAB93
RGB
CMYK
RGB Variations
Color information
#DFAB93 (or 0xDFAB93) is known color: Rose. HEX triplet: DF, AB and 93. RGB value is (223,171,147). Sum of RGB (Red+Green+Blue) = 223+171+147=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB93 is #20546C. Grayscale: #B7B7B7. Windows color (decimal): -2118765 or 9677791. OLE color: 9677791.
HSL color Cylindrical-coordinate representation of color #DFAB93: hue angle of 18.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFAB93 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 147 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.13 |
| HSL | 18.95º | 0.54% | 0.73% | - |
| HSV(B) | 18.95º | 0.34% | 0.87% | - |
| XYZ | 50.26 | 46.92 | 34.01 | - |
| YUV | 183.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 147 | 0 | 0.23 | 0.34 | 0.13 | 18.95 | 0.54 | 0.73 |
| Hex | DF | AB | 93 | 0 | 17 | 22 | D | 13 | 36 | 49 |
| Octal | 337 | 253 | 223 | 0 | 27 | 42 | 15 | 23 | 66 | 111 |
| Binary | 11011111 | 10101011 | 10010011 | 0 | 10111 | 100010 | 1101 | 10011 | 110110 | 1001001 |
Color Harmonies of #DFAB93
Complementary color
Monochromatic Colors of #DFAB93
Black with #DFAB93
Text Example
Text Example
White with #DFAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB93; }
p { color: rgb(223,171,147); }
H1.HeaderClassName
{
color: #DFAB93;
}
.AnyTagClassName
{
color: #DFAB93;
}
</style>
background-color css
<style>
a { background-color: #DFAB93; }
a { background-color: rgb(223,171,147); }
div.DivClassName
{
background-color: #DFAB93;
}
.BgClassName
{
background-color: #DFAB93;
}
</style>
border-color css
<style>
span { border-color: #DFAB93; }
span { border-color: rgb(223,171,147); }
td.TdClassName
{
border-color: #DFAB93;
}
.TagClassName
{
border-color: #DFAB93;
}
</style>