Shades of Kobi #D59BAA
Tints of Kobi #D59BAA
RGB
CMYK
RGB Variations
Color information
#D59BAA (or 0xD59BAA) is known color: Kobi. HEX triplet: D5, 9B and AA. RGB value is (213,155,170). Sum of RGB (Red+Green+Blue) = 213+155+170=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BAA is #2A6455. Grayscale: #AEAEAE. Windows color (decimal): -2778198 or 11181013. OLE color: 11181013.
HSL color Cylindrical-coordinate representation of color #D59BAA: hue angle of 344.48º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BAA is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 170 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.16 |
| HSL | 344.48º | 0.41% | 0.72% | - |
| HSV(B) | 344.48º | 0.27% | 0.84% | - |
| XYZ | 46.42 | 40.49 | 43.4 | - |
| YUV | 174.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 170 | 0 | 0.27 | 0.20 | 0.16 | 344.48 | 0.41 | 0.72 |
| Hex | D5 | 9B | AA | 0 | 1B | 14 | 10 | 158 | 29 | 48 |
| Octal | 325 | 233 | 252 | 0 | 33 | 24 | 20 | 530 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10101010 | 0 | 11011 | 10100 | 10000 | 101011000 | 101001 | 1001000 |
Color Harmonies of #D59BAA
Complementary color
Monochromatic Colors of #D59BAA
Black with #D59BAA
Text Example
Text Example
White with #D59BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BAA; }
p { color: rgb(213,155,170); }
H1.HeaderClassName
{
color: #D59BAA;
}
.AnyTagClassName
{
color: #D59BAA;
}
</style>
background-color css
<style>
a { background-color: #D59BAA; }
a { background-color: rgb(213,155,170); }
div.DivClassName
{
background-color: #D59BAA;
}
.BgClassName
{
background-color: #D59BAA;
}
</style>
border-color css
<style>
span { border-color: #D59BAA; }
span { border-color: rgb(213,155,170); }
td.TdClassName
{
border-color: #D59BAA;
}
.TagClassName
{
border-color: #D59BAA;
}
</style>