Shades of Kobi #DF90A0
Tints of Kobi #DF90A0
RGB
CMYK
RGB Variations
Color information
#DF90A0 (or 0xDF90A0) is known color: Kobi. HEX triplet: DF, 90 and A0. RGB value is (223,144,160). Sum of RGB (Red+Green+Blue) = 223+144+160=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF90A0 is #206F5F. Grayscale: #A9A9A9. Windows color (decimal): -2125664 or 10522847. OLE color: 10522847.
HSL color Cylindrical-coordinate representation of color #DF90A0: hue angle of 347.85º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90A0 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 160 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.13 |
| HSL | 347.85º | 0.55% | 0.72% | - |
| HSV(B) | 347.85º | 0.35% | 0.87% | - |
| XYZ | 46.75 | 38.17 | 38.16 | - |
| YUV | 169.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 160 | 0 | 0.35 | 0.28 | 0.13 | 347.85 | 0.55 | 0.72 |
| Hex | DF | 90 | A0 | 0 | 23 | 1C | D | 15C | 37 | 48 |
| Octal | 337 | 220 | 240 | 0 | 43 | 34 | 15 | 534 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10100000 | 0 | 100011 | 11100 | 1101 | 101011100 | 110111 | 1001000 |
Color Harmonies of #DF90A0
Complementary color
Monochromatic Colors of #DF90A0
Black with #DF90A0
Text Example
Text Example
White with #DF90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90A0; }
p { color: rgb(223,144,160); }
H1.HeaderClassName
{
color: #DF90A0;
}
.AnyTagClassName
{
color: #DF90A0;
}
</style>
background-color css
<style>
a { background-color: #DF90A0; }
a { background-color: rgb(223,144,160); }
div.DivClassName
{
background-color: #DF90A0;
}
.BgClassName
{
background-color: #DF90A0;
}
</style>
border-color css
<style>
span { border-color: #DF90A0; }
span { border-color: rgb(223,144,160); }
td.TdClassName
{
border-color: #DF90A0;
}
.TagClassName
{
border-color: #DF90A0;
}
</style>