Shades of Kobi #DC99AE
Tints of Kobi #DC99AE
RGB
CMYK
RGB Variations
Color information
#DC99AE (or 0xDC99AE) is known color: Kobi. HEX triplet: DC, 99 and AE. RGB value is (220,153,174). Sum of RGB (Red+Green+Blue) = 220+153+174=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AE is #236651. Grayscale: #AFAFAF. Windows color (decimal): -2319954 or 11442652. OLE color: 11442652.
HSL color Cylindrical-coordinate representation of color #DC99AE: hue angle of 341.19º 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 #DC99AE is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 174 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.14 |
| HSL | 341.19º | 0.49% | 0.73% | - |
| HSV(B) | 341.19º | 0.3% | 0.86% | - |
| XYZ | 48.55 | 41.05 | 45.41 | - |
| YUV | 175.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 174 | 0 | 0.30 | 0.21 | 0.14 | 341.19 | 0.49 | 0.73 |
| Hex | DC | 99 | AE | 0 | 1E | 15 | E | 155 | 31 | 49 |
| Octal | 334 | 231 | 256 | 0 | 36 | 25 | 16 | 525 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10101110 | 0 | 11110 | 10101 | 1110 | 101010101 | 110001 | 1001001 |
Color Harmonies of #DC99AE
Complementary color
Monochromatic Colors of #DC99AE
Black with #DC99AE
Text Example
Text Example
White with #DC99AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99AE; }
p { color: rgb(220,153,174); }
H1.HeaderClassName
{
color: #DC99AE;
}
.AnyTagClassName
{
color: #DC99AE;
}
</style>
background-color css
<style>
a { background-color: #DC99AE; }
a { background-color: rgb(220,153,174); }
div.DivClassName
{
background-color: #DC99AE;
}
.BgClassName
{
background-color: #DC99AE;
}
</style>
border-color css
<style>
span { border-color: #DC99AE; }
span { border-color: rgb(220,153,174); }
td.TdClassName
{
border-color: #DC99AE;
}
.TagClassName
{
border-color: #DC99AE;
}
</style>