Shades of Kobi #DF9AA2
Tints of Kobi #DF9AA2
RGB
CMYK
RGB Variations
Color information
#DF9AA2 (or 0xDF9AA2) is known color: Kobi. HEX triplet: DF, 9A and A2. RGB value is (223,154,162). Sum of RGB (Red+Green+Blue) = 223+154+162=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9AA2 is #20655D. Grayscale: #AFAFAF. Windows color (decimal): -2123102 or 10656479. OLE color: 10656479.
HSL color Cylindrical-coordinate representation of color #DF9AA2: hue angle of 353.04º 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 #DF9AA2 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 162 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 353.04º | 0.52% | 0.74% | - |
| HSV(B) | 353.04º | 0.31% | 0.87% | - |
| XYZ | 48.51 | 41.41 | 39.62 | - |
| YUV | 175.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 162 | 0 | 0.31 | 0.27 | 0.13 | 353.04 | 0.52 | 0.74 |
| Hex | DF | 9A | A2 | 0 | 1F | 1B | D | 161 | 34 | 4A |
| Octal | 337 | 232 | 242 | 0 | 37 | 33 | 15 | 541 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10100010 | 0 | 11111 | 11011 | 1101 | 101100001 | 110100 | 1001010 |
Color Harmonies of #DF9AA2
Complementary color
Monochromatic Colors of #DF9AA2
Black with #DF9AA2
Text Example
Text Example
White with #DF9AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AA2; }
p { color: rgb(223,154,162); }
H1.HeaderClassName
{
color: #DF9AA2;
}
.AnyTagClassName
{
color: #DF9AA2;
}
</style>
background-color css
<style>
a { background-color: #DF9AA2; }
a { background-color: rgb(223,154,162); }
div.DivClassName
{
background-color: #DF9AA2;
}
.BgClassName
{
background-color: #DF9AA2;
}
</style>
border-color css
<style>
span { border-color: #DF9AA2; }
span { border-color: rgb(223,154,162); }
td.TdClassName
{
border-color: #DF9AA2;
}
.TagClassName
{
border-color: #DF9AA2;
}
</style>