Shades of Kobi #DF9DAC
Tints of Kobi #DF9DAC
RGB
CMYK
RGB Variations
Color information
#DF9DAC (or 0xDF9DAC) is known color: Kobi. HEX triplet: DF, 9D and AC. RGB value is (223,157,172). Sum of RGB (Red+Green+Blue) = 223+157+172=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DAC is #206253. Grayscale: #B2B2B2. Windows color (decimal): -2122324 or 11312607. OLE color: 11312607.
HSL color Cylindrical-coordinate representation of color #DF9DAC: hue angle of 346.36º 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 #DF9DAC is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 172 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.13 |
| HSL | 346.36º | 0.51% | 0.75% | - |
| HSV(B) | 346.36º | 0.3% | 0.87% | - |
| XYZ | 49.93 | 42.78 | 44.66 | - |
| YUV | 178.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 172 | 0 | 0.30 | 0.23 | 0.13 | 346.36 | 0.51 | 0.75 |
| Hex | DF | 9D | AC | 0 | 1E | 17 | D | 15A | 33 | 4B |
| Octal | 337 | 235 | 254 | 0 | 36 | 27 | 15 | 532 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10101100 | 0 | 11110 | 10111 | 1101 | 101011010 | 110011 | 1001011 |
Color Harmonies of #DF9DAC
Complementary color
Monochromatic Colors of #DF9DAC
Black with #DF9DAC
Text Example
Text Example
White with #DF9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DAC; }
p { color: rgb(223,157,172); }
H1.HeaderClassName
{
color: #DF9DAC;
}
.AnyTagClassName
{
color: #DF9DAC;
}
</style>
background-color css
<style>
a { background-color: #DF9DAC; }
a { background-color: rgb(223,157,172); }
div.DivClassName
{
background-color: #DF9DAC;
}
.BgClassName
{
background-color: #DF9DAC;
}
</style>
border-color css
<style>
span { border-color: #DF9DAC; }
span { border-color: rgb(223,157,172); }
td.TdClassName
{
border-color: #DF9DAC;
}
.TagClassName
{
border-color: #DF9DAC;
}
</style>