Shades of Kobi #DF97A2
Tints of Kobi #DF97A2
RGB
CMYK
RGB Variations
Color information
#DF97A2 (or 0xDF97A2) is known color: Kobi. HEX triplet: DF, 97 and A2. RGB value is (223,151,162). Sum of RGB (Red+Green+Blue) = 223+151+162=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF97A2 is #20685D. Grayscale: #ADADAD. Windows color (decimal): -2123870 or 10655711. OLE color: 10655711.
HSL color Cylindrical-coordinate representation of color #DF97A2: hue angle of 350.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF97A2 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 162 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.13 |
| HSL | 350.83º | 0.53% | 0.73% | - |
| HSV(B) | 350.83º | 0.32% | 0.87% | - |
| XYZ | 48.02 | 40.43 | 39.46 | - |
| YUV | 173.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 162 | 0 | 0.32 | 0.27 | 0.13 | 350.83 | 0.53 | 0.73 |
| Hex | DF | 97 | A2 | 0 | 20 | 1B | D | 15F | 35 | 49 |
| Octal | 337 | 227 | 242 | 0 | 40 | 33 | 15 | 537 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10100010 | 0 | 100000 | 11011 | 1101 | 101011111 | 110101 | 1001001 |
Color Harmonies of #DF97A2
Complementary color
Monochromatic Colors of #DF97A2
Black with #DF97A2
Text Example
Text Example
White with #DF97A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97A2; }
p { color: rgb(223,151,162); }
H1.HeaderClassName
{
color: #DF97A2;
}
.AnyTagClassName
{
color: #DF97A2;
}
</style>
background-color css
<style>
a { background-color: #DF97A2; }
a { background-color: rgb(223,151,162); }
div.DivClassName
{
background-color: #DF97A2;
}
.BgClassName
{
background-color: #DF97A2;
}
</style>
border-color css
<style>
span { border-color: #DF97A2; }
span { border-color: rgb(223,151,162); }
td.TdClassName
{
border-color: #DF97A2;
}
.TagClassName
{
border-color: #DF97A2;
}
</style>