Shades of Kobi #DF99A2
Tints of Kobi #DF99A2
RGB
CMYK
RGB Variations
Color information
#DF99A2 (or 0xDF99A2) is known color: Kobi. HEX triplet: DF, 99 and A2. RGB value is (223,153,162). Sum of RGB (Red+Green+Blue) = 223+153+162=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF99A2 is #20665D. Grayscale: #AEAEAE. Windows color (decimal): -2123358 or 10656223. OLE color: 10656223.
HSL color Cylindrical-coordinate representation of color #DF99A2: hue angle of 352.29º 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 #DF99A2 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 162 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 352.29º | 0.52% | 0.74% | - |
| HSV(B) | 352.29º | 0.31% | 0.87% | - |
| XYZ | 48.34 | 41.08 | 39.56 | - |
| YUV | 174.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 162 | 0 | 0.31 | 0.27 | 0.13 | 352.29 | 0.52 | 0.74 |
| Hex | DF | 99 | A2 | 0 | 1F | 1B | D | 160 | 34 | 4A |
| Octal | 337 | 231 | 242 | 0 | 37 | 33 | 15 | 540 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10100010 | 0 | 11111 | 11011 | 1101 | 101100000 | 110100 | 1001010 |
Color Harmonies of #DF99A2
Complementary color
Monochromatic Colors of #DF99A2
Black with #DF99A2
Text Example
Text Example
White with #DF99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99A2; }
p { color: rgb(223,153,162); }
H1.HeaderClassName
{
color: #DF99A2;
}
.AnyTagClassName
{
color: #DF99A2;
}
</style>
background-color css
<style>
a { background-color: #DF99A2; }
a { background-color: rgb(223,153,162); }
div.DivClassName
{
background-color: #DF99A2;
}
.BgClassName
{
background-color: #DF99A2;
}
</style>
border-color css
<style>
span { border-color: #DF99A2; }
span { border-color: rgb(223,153,162); }
td.TdClassName
{
border-color: #DF99A2;
}
.TagClassName
{
border-color: #DF99A2;
}
</style>