Shades of Kobi #DF96A4
Tints of Kobi #DF96A4
RGB
CMYK
RGB Variations
Color information
#DF96A4 (or 0xDF96A4) is known color: Kobi. HEX triplet: DF, 96 and A4. RGB value is (223,150,164). Sum of RGB (Red+Green+Blue) = 223+150+164=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF96A4 is #20695B. Grayscale: #ADADAD. Windows color (decimal): -2124124 or 10786527. OLE color: 10786527.
HSL color Cylindrical-coordinate representation of color #DF96A4: hue angle of 348.49º 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 #DF96A4 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 164 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.13 |
| HSL | 348.49º | 0.53% | 0.73% | - |
| HSV(B) | 348.49º | 0.33% | 0.87% | - |
| XYZ | 48.04 | 40.18 | 40.35 | - |
| YUV | 173.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 164 | 0 | 0.33 | 0.26 | 0.13 | 348.49 | 0.53 | 0.73 |
| Hex | DF | 96 | A4 | 0 | 21 | 1A | D | 15C | 35 | 49 |
| Octal | 337 | 226 | 244 | 0 | 41 | 32 | 15 | 534 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10100100 | 0 | 100001 | 11010 | 1101 | 101011100 | 110101 | 1001001 |
Color Harmonies of #DF96A4
Complementary color
Monochromatic Colors of #DF96A4
Black with #DF96A4
Text Example
Text Example
White with #DF96A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96A4; }
p { color: rgb(223,150,164); }
H1.HeaderClassName
{
color: #DF96A4;
}
.AnyTagClassName
{
color: #DF96A4;
}
</style>
background-color css
<style>
a { background-color: #DF96A4; }
a { background-color: rgb(223,150,164); }
div.DivClassName
{
background-color: #DF96A4;
}
.BgClassName
{
background-color: #DF96A4;
}
</style>
border-color css
<style>
span { border-color: #DF96A4; }
span { border-color: rgb(223,150,164); }
td.TdClassName
{
border-color: #DF96A4;
}
.TagClassName
{
border-color: #DF96A4;
}
</style>