Shades of Kobi #DC99AC
Tints of Kobi #DC99AC
RGB
CMYK
RGB Variations
Color information
#DC99AC (or 0xDC99AC) is known color: Kobi. HEX triplet: DC, 99 and AC. RGB value is (220,153,172). Sum of RGB (Red+Green+Blue) = 220+153+172=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AC is #236653. Grayscale: #AFAFAF. Windows color (decimal): -2319956 or 11311580. OLE color: 11311580.
HSL color Cylindrical-coordinate representation of color #DC99AC: hue angle of 342.99º 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 #DC99AC is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 172 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.14 |
| HSL | 342.99º | 0.49% | 0.73% | - |
| HSV(B) | 342.99º | 0.3% | 0.86% | - |
| XYZ | 48.35 | 40.98 | 44.39 | - |
| YUV | 175.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 172 | 0 | 0.30 | 0.22 | 0.14 | 342.99 | 0.49 | 0.73 |
| Hex | DC | 99 | AC | 0 | 1E | 16 | E | 157 | 31 | 49 |
| Octal | 334 | 231 | 254 | 0 | 36 | 26 | 16 | 527 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10101100 | 0 | 11110 | 10110 | 1110 | 101010111 | 110001 | 1001001 |
Color Harmonies of #DC99AC
Complementary color
Monochromatic Colors of #DC99AC
Black with #DC99AC
Text Example
Text Example
White with #DC99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99AC; }
p { color: rgb(220,153,172); }
H1.HeaderClassName
{
color: #DC99AC;
}
.AnyTagClassName
{
color: #DC99AC;
}
</style>
background-color css
<style>
a { background-color: #DC99AC; }
a { background-color: rgb(220,153,172); }
div.DivClassName
{
background-color: #DC99AC;
}
.BgClassName
{
background-color: #DC99AC;
}
</style>
border-color css
<style>
span { border-color: #DC99AC; }
span { border-color: rgb(220,153,172); }
td.TdClassName
{
border-color: #DC99AC;
}
.TagClassName
{
border-color: #DC99AC;
}
</style>