Shades of Kobi #D58DAB
Tints of Kobi #D58DAB
RGB
CMYK
RGB Variations
Color information
#D58DAB (or 0xD58DAB) is known color: Kobi. HEX triplet: D5, 8D and AB. RGB value is (213,141,171). Sum of RGB (Red+Green+Blue) = 213+141+171=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DAB is #2A7254. Grayscale: #A5A5A5. Windows color (decimal): -2781781 or 11242965. OLE color: 11242965.
HSL color Cylindrical-coordinate representation of color #D58DAB: hue angle of 335º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DAB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 171 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.16 |
| HSL | 335º | 0.46% | 0.69% | - |
| HSV(B) | 335º | 0.34% | 0.84% | - |
| XYZ | 44.32 | 36.14 | 43.17 | - |
| YUV | 165.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 171 | 0 | 0.34 | 0.20 | 0.16 | 335 | 0.46 | 0.69 |
| Hex | D5 | 8D | AB | 0 | 22 | 14 | 10 | 14F | 2E | 45 |
| Octal | 325 | 215 | 253 | 0 | 42 | 24 | 20 | 517 | 56 | 105 |
| Binary | 11010101 | 10001101 | 10101011 | 0 | 100010 | 10100 | 10000 | 101001111 | 101110 | 1000101 |
Color Harmonies of #D58DAB
Complementary color
Monochromatic Colors of #D58DAB
Black with #D58DAB
Text Example
Text Example
White with #D58DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DAB; }
p { color: rgb(213,141,171); }
H1.HeaderClassName
{
color: #D58DAB;
}
.AnyTagClassName
{
color: #D58DAB;
}
</style>
background-color css
<style>
a { background-color: #D58DAB; }
a { background-color: rgb(213,141,171); }
div.DivClassName
{
background-color: #D58DAB;
}
.BgClassName
{
background-color: #D58DAB;
}
</style>
border-color css
<style>
span { border-color: #D58DAB; }
span { border-color: rgb(213,141,171); }
td.TdClassName
{
border-color: #D58DAB;
}
.TagClassName
{
border-color: #D58DAB;
}
</style>