Shades of Kobi #DA9BA5
Tints of Kobi #DA9BA5
RGB
CMYK
RGB Variations
Color information
#DA9BA5 (or 0xDA9BA5) is known color: Kobi. HEX triplet: DA, 9B and A5. RGB value is (218,155,165). Sum of RGB (Red+Green+Blue) = 218+155+165=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BA5 is #25645A. Grayscale: #AEAEAE. Windows color (decimal): -2450523 or 10853338. OLE color: 10853338.
HSL color Cylindrical-coordinate representation of color #DA9BA5: hue angle of 350.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BA5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 165 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.15 |
| HSL | 350.48º | 0.46% | 0.73% | - |
| HSV(B) | 350.48º | 0.29% | 0.85% | - |
| XYZ | 47.43 | 41.06 | 41.02 | - |
| YUV | 174.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 165 | 0 | 0.29 | 0.24 | 0.15 | 350.48 | 0.46 | 0.73 |
| Hex | DA | 9B | A5 | 0 | 1D | 18 | F | 15E | 2E | 49 |
| Octal | 332 | 233 | 245 | 0 | 35 | 30 | 17 | 536 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10100101 | 0 | 11101 | 11000 | 1111 | 101011110 | 101110 | 1001001 |
Color Harmonies of #DA9BA5
Complementary color
Monochromatic Colors of #DA9BA5
Black with #DA9BA5
Text Example
Text Example
White with #DA9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BA5; }
p { color: rgb(218,155,165); }
H1.HeaderClassName
{
color: #DA9BA5;
}
.AnyTagClassName
{
color: #DA9BA5;
}
</style>
background-color css
<style>
a { background-color: #DA9BA5; }
a { background-color: rgb(218,155,165); }
div.DivClassName
{
background-color: #DA9BA5;
}
.BgClassName
{
background-color: #DA9BA5;
}
</style>
border-color css
<style>
span { border-color: #DA9BA5; }
span { border-color: rgb(218,155,165); }
td.TdClassName
{
border-color: #DA9BA5;
}
.TagClassName
{
border-color: #DA9BA5;
}
</style>