Shades of Kobi #DC99A2
Tints of Kobi #DC99A2
RGB
CMYK
RGB Variations
Color information
#DC99A2 (or 0xDC99A2) is known color: Kobi. HEX triplet: DC, 99 and A2. RGB value is (220,153,162). Sum of RGB (Red+Green+Blue) = 220+153+162=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99A2 is #23665D. Grayscale: #AEAEAE. Windows color (decimal): -2319966 or 10656220. OLE color: 10656220.
HSL color Cylindrical-coordinate representation of color #DC99A2: hue angle of 351.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99A2 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 162 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.14 |
| HSL | 351.94º | 0.49% | 0.73% | - |
| HSV(B) | 351.94º | 0.3% | 0.86% | - |
| XYZ | 47.43 | 40.61 | 39.52 | - |
| YUV | 174.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 162 | 0 | 0.30 | 0.26 | 0.14 | 351.94 | 0.49 | 0.73 |
| Hex | DC | 99 | A2 | 0 | 1E | 1A | E | 160 | 31 | 49 |
| Octal | 334 | 231 | 242 | 0 | 36 | 32 | 16 | 540 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10100010 | 0 | 11110 | 11010 | 1110 | 101100000 | 110001 | 1001001 |
Color Harmonies of #DC99A2
Complementary color
Monochromatic Colors of #DC99A2
Black with #DC99A2
Text Example
Text Example
White with #DC99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99A2; }
p { color: rgb(220,153,162); }
H1.HeaderClassName
{
color: #DC99A2;
}
.AnyTagClassName
{
color: #DC99A2;
}
</style>
background-color css
<style>
a { background-color: #DC99A2; }
a { background-color: rgb(220,153,162); }
div.DivClassName
{
background-color: #DC99A2;
}
.BgClassName
{
background-color: #DC99A2;
}
</style>
border-color css
<style>
span { border-color: #DC99A2; }
span { border-color: rgb(220,153,162); }
td.TdClassName
{
border-color: #DC99A2;
}
.TagClassName
{
border-color: #DC99A2;
}
</style>