Shades of Kobi #DFA0AF
Tints of Kobi #DFA0AF
RGB
CMYK
RGB Variations
Color information
#DFA0AF (or 0xDFA0AF) is known color: Kobi. HEX triplet: DF, A0 and AF. RGB value is (223,160,175). Sum of RGB (Red+Green+Blue) = 223+160+175=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA0AF is #205F50. Grayscale: #B4B4B4. Windows color (decimal): -2121553 or 11509983. OLE color: 11509983.
HSL color Cylindrical-coordinate representation of color #DFA0AF: hue angle of 345.71º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA0AF is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 175 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.13 |
| HSL | 345.71º | 0.5% | 0.75% | - |
| HSV(B) | 345.71º | 0.28% | 0.87% | - |
| XYZ | 50.74 | 43.92 | 46.36 | - |
| YUV | 180.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 175 | 0 | 0.28 | 0.22 | 0.13 | 345.71 | 0.5 | 0.75 |
| Hex | DF | A0 | AF | 0 | 1C | 16 | D | 15A | 32 | 4B |
| Octal | 337 | 240 | 257 | 0 | 34 | 26 | 15 | 532 | 62 | 113 |
| Binary | 11011111 | 10100000 | 10101111 | 0 | 11100 | 10110 | 1101 | 101011010 | 110010 | 1001011 |
Color Harmonies of #DFA0AF
Complementary color
Monochromatic Colors of #DFA0AF
Black with #DFA0AF
Text Example
Text Example
White with #DFA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0AF; }
p { color: rgb(223,160,175); }
H1.HeaderClassName
{
color: #DFA0AF;
}
.AnyTagClassName
{
color: #DFA0AF;
}
</style>
background-color css
<style>
a { background-color: #DFA0AF; }
a { background-color: rgb(223,160,175); }
div.DivClassName
{
background-color: #DFA0AF;
}
.BgClassName
{
background-color: #DFA0AF;
}
</style>
border-color css
<style>
span { border-color: #DFA0AF; }
span { border-color: rgb(223,160,175); }
td.TdClassName
{
border-color: #DFA0AF;
}
.TagClassName
{
border-color: #DFA0AF;
}
</style>