Shades of Kobi #DFA1AD
Tints of Kobi #DFA1AD
RGB
CMYK
RGB Variations
Color information
#DFA1AD (or 0xDFA1AD) is known color: Kobi. HEX triplet: DF, A1 and AD. RGB value is (223,161,173). Sum of RGB (Red+Green+Blue) = 223+161+173=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 161 (63.28% from 255 or 28.90% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA1AD is #205E52. Grayscale: #B4B4B4. Windows color (decimal): -2121299 or 11379167. OLE color: 11379167.
HSL color Cylindrical-coordinate representation of color #DFA1AD: hue angle of 348.39º degrees, saturation: 0.49, 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 #DFA1AD is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 173 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.13 |
| HSL | 348.39º | 0.49% | 0.75% | - |
| HSV(B) | 348.39º | 0.28% | 0.87% | - |
| XYZ | 50.72 | 44.19 | 45.39 | - |
| YUV | 180.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 173 | 0 | 0.28 | 0.22 | 0.13 | 348.39 | 0.49 | 0.75 |
| Hex | DF | A1 | AD | 0 | 1C | 16 | D | 15C | 31 | 4B |
| Octal | 337 | 241 | 255 | 0 | 34 | 26 | 15 | 534 | 61 | 113 |
| Binary | 11011111 | 10100001 | 10101101 | 0 | 11100 | 10110 | 1101 | 101011100 | 110001 | 1001011 |
Color Harmonies of #DFA1AD
Complementary color
Monochromatic Colors of #DFA1AD
Black with #DFA1AD
Text Example
Text Example
White with #DFA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1AD; }
p { color: rgb(223,161,173); }
H1.HeaderClassName
{
color: #DFA1AD;
}
.AnyTagClassName
{
color: #DFA1AD;
}
</style>
background-color css
<style>
a { background-color: #DFA1AD; }
a { background-color: rgb(223,161,173); }
div.DivClassName
{
background-color: #DFA1AD;
}
.BgClassName
{
background-color: #DFA1AD;
}
</style>
border-color css
<style>
span { border-color: #DFA1AD; }
span { border-color: rgb(223,161,173); }
td.TdClassName
{
border-color: #DFA1AD;
}
.TagClassName
{
border-color: #DFA1AD;
}
</style>