Shades of Kobi #DC99AA
Tints of Kobi #DC99AA
RGB
CMYK
RGB Variations
Color information
#DC99AA (or 0xDC99AA) is known color: Kobi. HEX triplet: DC, 99 and AA. RGB value is (220,153,170). Sum of RGB (Red+Green+Blue) = 220+153+170=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99AA is #236655. Grayscale: #AEAEAE. Windows color (decimal): -2319958 or 11180508. OLE color: 11180508.
HSL color Cylindrical-coordinate representation of color #DC99AA: hue angle of 344.78º 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 #DC99AA is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 170 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.14 |
| HSL | 344.78º | 0.49% | 0.73% | - |
| HSV(B) | 344.78º | 0.3% | 0.86% | - |
| XYZ | 48.16 | 40.9 | 43.39 | - |
| YUV | 174.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 170 | 0 | 0.30 | 0.23 | 0.14 | 344.78 | 0.49 | 0.73 |
| Hex | DC | 99 | AA | 0 | 1E | 17 | E | 159 | 31 | 49 |
| Octal | 334 | 231 | 252 | 0 | 36 | 27 | 16 | 531 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10101010 | 0 | 11110 | 10111 | 1110 | 101011001 | 110001 | 1001001 |
Color Harmonies of #DC99AA
Complementary color
Monochromatic Colors of #DC99AA
Black with #DC99AA
Text Example
Text Example
White with #DC99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99AA; }
p { color: rgb(220,153,170); }
H1.HeaderClassName
{
color: #DC99AA;
}
.AnyTagClassName
{
color: #DC99AA;
}
</style>
background-color css
<style>
a { background-color: #DC99AA; }
a { background-color: rgb(220,153,170); }
div.DivClassName
{
background-color: #DC99AA;
}
.BgClassName
{
background-color: #DC99AA;
}
</style>
border-color css
<style>
span { border-color: #DC99AA; }
span { border-color: rgb(220,153,170); }
td.TdClassName
{
border-color: #DC99AA;
}
.TagClassName
{
border-color: #DC99AA;
}
</style>