Shades of Kobi #D59DAF
Tints of Kobi #D59DAF
RGB
CMYK
RGB Variations
Color information
#D59DAF (or 0xD59DAF) is known color: Kobi. HEX triplet: D5, 9D and AF. RGB value is (213,157,175). Sum of RGB (Red+Green+Blue) = 213+157+175=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAF is #2A6250. Grayscale: #AFAFAF. Windows color (decimal): -2777681 or 11509205. OLE color: 11509205.
HSL color Cylindrical-coordinate representation of color #D59DAF: hue angle of 340.71º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DAF is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 175 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.16 |
| HSL | 340.71º | 0.4% | 0.73% | - |
| HSV(B) | 340.71º | 0.26% | 0.84% | - |
| XYZ | 47.24 | 41.36 | 46.05 | - |
| YUV | 175.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 175 | 0 | 0.26 | 0.18 | 0.16 | 340.71 | 0.4 | 0.73 |
| Hex | D5 | 9D | AF | 0 | 1A | 12 | 10 | 155 | 28 | 49 |
| Octal | 325 | 235 | 257 | 0 | 32 | 22 | 20 | 525 | 50 | 111 |
| Binary | 11010101 | 10011101 | 10101111 | 0 | 11010 | 10010 | 10000 | 101010101 | 101000 | 1001001 |
Color Harmonies of #D59DAF
Complementary color
Monochromatic Colors of #D59DAF
Black with #D59DAF
Text Example
Text Example
White with #D59DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DAF; }
p { color: rgb(213,157,175); }
H1.HeaderClassName
{
color: #D59DAF;
}
.AnyTagClassName
{
color: #D59DAF;
}
</style>
background-color css
<style>
a { background-color: #D59DAF; }
a { background-color: rgb(213,157,175); }
div.DivClassName
{
background-color: #D59DAF;
}
.BgClassName
{
background-color: #D59DAF;
}
</style>
border-color css
<style>
span { border-color: #D59DAF; }
span { border-color: rgb(213,157,175); }
td.TdClassName
{
border-color: #D59DAF;
}
.TagClassName
{
border-color: #D59DAF;
}
</style>