Shades of Kobi #DF96A2
Tints of Kobi #DF96A2
RGB
CMYK
RGB Variations
Color information
#DF96A2 (or 0xDF96A2) is known color: Kobi. HEX triplet: DF, 96 and A2. RGB value is (223,150,162). Sum of RGB (Red+Green+Blue) = 223+150+162=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96A2 is #20695D. Grayscale: #ADADAD. Windows color (decimal): -2124126 or 10655455. OLE color: 10655455.
HSL color Cylindrical-coordinate representation of color #DF96A2: hue angle of 350.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96A2 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 162 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.13 |
| HSL | 350.14º | 0.53% | 0.73% | - |
| HSV(B) | 350.14º | 0.33% | 0.87% | - |
| XYZ | 47.86 | 40.11 | 39.4 | - |
| YUV | 173.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 162 | 0 | 0.33 | 0.27 | 0.13 | 350.14 | 0.53 | 0.73 |
| Hex | DF | 96 | A2 | 0 | 21 | 1B | D | 15E | 35 | 49 |
| Octal | 337 | 226 | 242 | 0 | 41 | 33 | 15 | 536 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10100010 | 0 | 100001 | 11011 | 1101 | 101011110 | 110101 | 1001001 |
Color Harmonies of #DF96A2
Complementary color
Monochromatic Colors of #DF96A2
Black with #DF96A2
Text Example
Text Example
White with #DF96A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96A2; }
p { color: rgb(223,150,162); }
H1.HeaderClassName
{
color: #DF96A2;
}
.AnyTagClassName
{
color: #DF96A2;
}
</style>
background-color css
<style>
a { background-color: #DF96A2; }
a { background-color: rgb(223,150,162); }
div.DivClassName
{
background-color: #DF96A2;
}
.BgClassName
{
background-color: #DF96A2;
}
</style>
border-color css
<style>
span { border-color: #DF96A2; }
span { border-color: rgb(223,150,162); }
td.TdClassName
{
border-color: #DF96A2;
}
.TagClassName
{
border-color: #DF96A2;
}
</style>