Shades of Kobi #DF9DAA
Tints of Kobi #DF9DAA
RGB
CMYK
RGB Variations
Color information
#DF9DAA (or 0xDF9DAA) is known color: Kobi. HEX triplet: DF, 9D and AA. RGB value is (223,157,170). Sum of RGB (Red+Green+Blue) = 223+157+170=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9DAA is #206255. Grayscale: #B2B2B2. Windows color (decimal): -2122326 or 11181535. OLE color: 11181535.
HSL color Cylindrical-coordinate representation of color #DF9DAA: hue angle of 348.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DAA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 170 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.13 |
| HSL | 348.18º | 0.51% | 0.75% | - |
| HSV(B) | 348.18º | 0.3% | 0.87% | - |
| XYZ | 49.74 | 42.7 | 43.65 | - |
| YUV | 178.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 170 | 0 | 0.30 | 0.24 | 0.13 | 348.18 | 0.51 | 0.75 |
| Hex | DF | 9D | AA | 0 | 1E | 18 | D | 15C | 33 | 4B |
| Octal | 337 | 235 | 252 | 0 | 36 | 30 | 15 | 534 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10101010 | 0 | 11110 | 11000 | 1101 | 101011100 | 110011 | 1001011 |
Color Harmonies of #DF9DAA
Complementary color
Monochromatic Colors of #DF9DAA
Black with #DF9DAA
Text Example
Text Example
White with #DF9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DAA; }
p { color: rgb(223,157,170); }
H1.HeaderClassName
{
color: #DF9DAA;
}
.AnyTagClassName
{
color: #DF9DAA;
}
</style>
background-color css
<style>
a { background-color: #DF9DAA; }
a { background-color: rgb(223,157,170); }
div.DivClassName
{
background-color: #DF9DAA;
}
.BgClassName
{
background-color: #DF9DAA;
}
</style>
border-color css
<style>
span { border-color: #DF9DAA; }
span { border-color: rgb(223,157,170); }
td.TdClassName
{
border-color: #DF9DAA;
}
.TagClassName
{
border-color: #DF9DAA;
}
</style>