Shades of Kobi #DF9CAA
Tints of Kobi #DF9CAA
RGB
CMYK
RGB Variations
Color information
#DF9CAA (or 0xDF9CAA) is known color: Kobi. HEX triplet: DF, 9C and AA. RGB value is (223,156,170). Sum of RGB (Red+Green+Blue) = 223+156+170=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9CAA is #206355. Grayscale: #B1B1B1. Windows color (decimal): -2122582 or 11181279. OLE color: 11181279.
HSL color Cylindrical-coordinate representation of color #DF9CAA: hue angle of 347.46º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CAA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 170 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.13 |
| HSL | 347.46º | 0.51% | 0.74% | - |
| HSV(B) | 347.46º | 0.3% | 0.87% | - |
| XYZ | 49.58 | 42.37 | 43.59 | - |
| YUV | 177.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 170 | 0 | 0.30 | 0.24 | 0.13 | 347.46 | 0.51 | 0.74 |
| Hex | DF | 9C | AA | 0 | 1E | 18 | D | 15B | 33 | 4A |
| Octal | 337 | 234 | 252 | 0 | 36 | 30 | 15 | 533 | 63 | 112 |
| Binary | 11011111 | 10011100 | 10101010 | 0 | 11110 | 11000 | 1101 | 101011011 | 110011 | 1001010 |
Color Harmonies of #DF9CAA
Complementary color
Monochromatic Colors of #DF9CAA
Black with #DF9CAA
Text Example
Text Example
White with #DF9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CAA; }
p { color: rgb(223,156,170); }
H1.HeaderClassName
{
color: #DF9CAA;
}
.AnyTagClassName
{
color: #DF9CAA;
}
</style>
background-color css
<style>
a { background-color: #DF9CAA; }
a { background-color: rgb(223,156,170); }
div.DivClassName
{
background-color: #DF9CAA;
}
.BgClassName
{
background-color: #DF9CAA;
}
</style>
border-color css
<style>
span { border-color: #DF9CAA; }
span { border-color: rgb(223,156,170); }
td.TdClassName
{
border-color: #DF9CAA;
}
.TagClassName
{
border-color: #DF9CAA;
}
</style>