Shades of Kobi #D599AA
Tints of Kobi #D599AA
RGB
CMYK
RGB Variations
Color information
#D599AA (or 0xD599AA) is known color: Kobi. HEX triplet: D5, 99 and AA. RGB value is (213,153,170). Sum of RGB (Red+Green+Blue) = 213+153+170=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D599AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599AA is #2A6655. Grayscale: #ACACAC. Windows color (decimal): -2778710 or 11180501. OLE color: 11180501.
HSL color Cylindrical-coordinate representation of color #D599AA: hue angle of 343º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599AA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 170 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.16 |
| HSL | 343º | 0.42% | 0.72% | - |
| HSV(B) | 343º | 0.28% | 0.84% | - |
| XYZ | 46.09 | 39.83 | 43.29 | - |
| YUV | 172.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 170 | 0 | 0.28 | 0.20 | 0.16 | 343 | 0.42 | 0.72 |
| Hex | D5 | 99 | AA | 0 | 1C | 14 | 10 | 157 | 2A | 48 |
| Octal | 325 | 231 | 252 | 0 | 34 | 24 | 20 | 527 | 52 | 110 |
| Binary | 11010101 | 10011001 | 10101010 | 0 | 11100 | 10100 | 10000 | 101010111 | 101010 | 1001000 |
Color Harmonies of #D599AA
Complementary color
Monochromatic Colors of #D599AA
Black with #D599AA
Text Example
Text Example
White with #D599AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599AA; }
p { color: rgb(213,153,170); }
H1.HeaderClassName
{
color: #D599AA;
}
.AnyTagClassName
{
color: #D599AA;
}
</style>
background-color css
<style>
a { background-color: #D599AA; }
a { background-color: rgb(213,153,170); }
div.DivClassName
{
background-color: #D599AA;
}
.BgClassName
{
background-color: #D599AA;
}
</style>
border-color css
<style>
span { border-color: #D599AA; }
span { border-color: rgb(213,153,170); }
td.TdClassName
{
border-color: #D599AA;
}
.TagClassName
{
border-color: #D599AA;
}
</style>