Shades of Kobi #DF99AC
Tints of Kobi #DF99AC
RGB
CMYK
RGB Variations
Color information
#DF99AC (or 0xDF99AC) is known color: Kobi. HEX triplet: DF, 99 and AC. RGB value is (223,153,172). Sum of RGB (Red+Green+Blue) = 223+153+172=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99AC is #206653. Grayscale: #B0B0B0. Windows color (decimal): -2123348 or 11311583. OLE color: 11311583.
HSL color Cylindrical-coordinate representation of color #DF99AC: hue angle of 343.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99AC is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 172 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.13 |
| HSL | 343.71º | 0.52% | 0.74% | - |
| HSV(B) | 343.71º | 0.31% | 0.87% | - |
| XYZ | 49.27 | 41.45 | 44.43 | - |
| YUV | 176.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 172 | 0 | 0.31 | 0.23 | 0.13 | 343.71 | 0.52 | 0.74 |
| Hex | DF | 99 | AC | 0 | 1F | 17 | D | 158 | 34 | 4A |
| Octal | 337 | 231 | 254 | 0 | 37 | 27 | 15 | 530 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10101100 | 0 | 11111 | 10111 | 1101 | 101011000 | 110100 | 1001010 |
Color Harmonies of #DF99AC
Complementary color
Monochromatic Colors of #DF99AC
Black with #DF99AC
Text Example
Text Example
White with #DF99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99AC; }
p { color: rgb(223,153,172); }
H1.HeaderClassName
{
color: #DF99AC;
}
.AnyTagClassName
{
color: #DF99AC;
}
</style>
background-color css
<style>
a { background-color: #DF99AC; }
a { background-color: rgb(223,153,172); }
div.DivClassName
{
background-color: #DF99AC;
}
.BgClassName
{
background-color: #DF99AC;
}
</style>
border-color css
<style>
span { border-color: #DF99AC; }
span { border-color: rgb(223,153,172); }
td.TdClassName
{
border-color: #DF99AC;
}
.TagClassName
{
border-color: #DF99AC;
}
</style>