Shades of Kobi #DF95A2
Tints of Kobi #DF95A2
RGB
CMYK
RGB Variations
Color information
#DF95A2 (or 0xDF95A2) is known color: Kobi. HEX triplet: DF, 95 and A2. RGB value is (223,149,162). Sum of RGB (Red+Green+Blue) = 223+149+162=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF95A2 is #206A5D. Grayscale: #ACACAC. Windows color (decimal): -2124382 or 10655199. OLE color: 10655199.
HSL color Cylindrical-coordinate representation of color #DF95A2: hue angle of 349.46º degrees, saturation: 0.54, 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 #DF95A2 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 162 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.13 |
| HSL | 349.46º | 0.54% | 0.73% | - |
| HSV(B) | 349.46º | 0.33% | 0.87% | - |
| XYZ | 47.7 | 39.79 | 39.35 | - |
| YUV | 172.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 162 | 0 | 0.33 | 0.27 | 0.13 | 349.46 | 0.54 | 0.73 |
| Hex | DF | 95 | A2 | 0 | 21 | 1B | D | 15D | 36 | 49 |
| Octal | 337 | 225 | 242 | 0 | 41 | 33 | 15 | 535 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10100010 | 0 | 100001 | 11011 | 1101 | 101011101 | 110110 | 1001001 |
Color Harmonies of #DF95A2
Complementary color
Monochromatic Colors of #DF95A2
Black with #DF95A2
Text Example
Text Example
White with #DF95A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF95A2; }
p { color: rgb(223,149,162); }
H1.HeaderClassName
{
color: #DF95A2;
}
.AnyTagClassName
{
color: #DF95A2;
}
</style>
background-color css
<style>
a { background-color: #DF95A2; }
a { background-color: rgb(223,149,162); }
div.DivClassName
{
background-color: #DF95A2;
}
.BgClassName
{
background-color: #DF95A2;
}
</style>
border-color css
<style>
span { border-color: #DF95A2; }
span { border-color: rgb(223,149,162); }
td.TdClassName
{
border-color: #DF95A2;
}
.TagClassName
{
border-color: #DF95A2;
}
</style>