Shades of Kobi #D58DAA
Tints of Kobi #D58DAA
RGB
CMYK
RGB Variations
Color information
#D58DAA (or 0xD58DAA) is known color: Kobi. HEX triplet: D5, 8D and AA. RGB value is (213,141,170). Sum of RGB (Red+Green+Blue) = 213+141+170=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DAA is #2A7255. Grayscale: #A5A5A5. Windows color (decimal): -2781782 or 11177429. OLE color: 11177429.
HSL color Cylindrical-coordinate representation of color #D58DAA: hue angle of 335.83º 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 #D58DAA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 170 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.16 |
| HSL | 335.83º | 0.46% | 0.69% | - |
| HSV(B) | 335.83º | 0.34% | 0.84% | - |
| XYZ | 44.22 | 36.1 | 42.67 | - |
| YUV | 165.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 170 | 0 | 0.34 | 0.20 | 0.16 | 335.83 | 0.46 | 0.69 |
| Hex | D5 | 8D | AA | 0 | 22 | 14 | 10 | 150 | 2E | 45 |
| Octal | 325 | 215 | 252 | 0 | 42 | 24 | 20 | 520 | 56 | 105 |
| Binary | 11010101 | 10001101 | 10101010 | 0 | 100010 | 10100 | 10000 | 101010000 | 101110 | 1000101 |
Color Harmonies of #D58DAA
Complementary color
Monochromatic Colors of #D58DAA
Black with #D58DAA
Text Example
Text Example
White with #D58DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DAA; }
p { color: rgb(213,141,170); }
H1.HeaderClassName
{
color: #D58DAA;
}
.AnyTagClassName
{
color: #D58DAA;
}
</style>
background-color css
<style>
a { background-color: #D58DAA; }
a { background-color: rgb(213,141,170); }
div.DivClassName
{
background-color: #D58DAA;
}
.BgClassName
{
background-color: #D58DAA;
}
</style>
border-color css
<style>
span { border-color: #D58DAA; }
span { border-color: rgb(213,141,170); }
td.TdClassName
{
border-color: #D58DAA;
}
.TagClassName
{
border-color: #D58DAA;
}
</style>