Shades of Kobi #DF9AA5
Tints of Kobi #DF9AA5
RGB
CMYK
RGB Variations
Color information
#DF9AA5 (or 0xDF9AA5) is known color: Kobi. HEX triplet: DF, 9A and A5. RGB value is (223,154,165). Sum of RGB (Red+Green+Blue) = 223+154+165=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AA5 is #20655A. Grayscale: #AFAFAF. Windows color (decimal): -2123099 or 10853087. OLE color: 10853087.
HSL color Cylindrical-coordinate representation of color #DF9AA5: hue angle of 350.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9AA5 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 165 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.13 |
| HSL | 350.43º | 0.52% | 0.74% | - |
| HSV(B) | 350.43º | 0.31% | 0.87% | - |
| XYZ | 48.78 | 41.52 | 41.04 | - |
| YUV | 175.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 165 | 0 | 0.31 | 0.26 | 0.13 | 350.43 | 0.52 | 0.74 |
| Hex | DF | 9A | A5 | 0 | 1F | 1A | D | 15E | 34 | 4A |
| Octal | 337 | 232 | 245 | 0 | 37 | 32 | 15 | 536 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10100101 | 0 | 11111 | 11010 | 1101 | 101011110 | 110100 | 1001010 |
Color Harmonies of #DF9AA5
Complementary color
Monochromatic Colors of #DF9AA5
Black with #DF9AA5
Text Example
Text Example
White with #DF9AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AA5; }
p { color: rgb(223,154,165); }
H1.HeaderClassName
{
color: #DF9AA5;
}
.AnyTagClassName
{
color: #DF9AA5;
}
</style>
background-color css
<style>
a { background-color: #DF9AA5; }
a { background-color: rgb(223,154,165); }
div.DivClassName
{
background-color: #DF9AA5;
}
.BgClassName
{
background-color: #DF9AA5;
}
</style>
border-color css
<style>
span { border-color: #DF9AA5; }
span { border-color: rgb(223,154,165); }
td.TdClassName
{
border-color: #DF9AA5;
}
.TagClassName
{
border-color: #DF9AA5;
}
</style>