Shades of Kobi #DAA0B0
Tints of Kobi #DAA0B0
RGB
CMYK
RGB Variations
Color information
#DAA0B0 (or 0xDAA0B0) is known color: Kobi. HEX triplet: DA, A0 and B0. RGB value is (218,160,176). Sum of RGB (Red+Green+Blue) = 218+160+176=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0B0 is #255F4F. Grayscale: #B3B3B3. Windows color (decimal): -2449232 or 11575514. OLE color: 11575514.
HSL color Cylindrical-coordinate representation of color #DAA0B0: hue angle of 343.45º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0B0 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 176 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.15 |
| HSL | 343.45º | 0.44% | 0.74% | - |
| HSV(B) | 343.45º | 0.27% | 0.85% | - |
| XYZ | 49.32 | 43.18 | 46.81 | - |
| YUV | 179.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 176 | 0 | 0.27 | 0.19 | 0.15 | 343.45 | 0.44 | 0.74 |
| Hex | DA | A0 | B0 | 0 | 1B | 13 | F | 157 | 2C | 4A |
| Octal | 332 | 240 | 260 | 0 | 33 | 23 | 17 | 527 | 54 | 112 |
| Binary | 11011010 | 10100000 | 10110000 | 0 | 11011 | 10011 | 1111 | 101010111 | 101100 | 1001010 |
Color Harmonies of #DAA0B0
Complementary color
Monochromatic Colors of #DAA0B0
Black with #DAA0B0
Text Example
Text Example
White with #DAA0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0B0; }
p { color: rgb(218,160,176); }
H1.HeaderClassName
{
color: #DAA0B0;
}
.AnyTagClassName
{
color: #DAA0B0;
}
</style>
background-color css
<style>
a { background-color: #DAA0B0; }
a { background-color: rgb(218,160,176); }
div.DivClassName
{
background-color: #DAA0B0;
}
.BgClassName
{
background-color: #DAA0B0;
}
</style>
border-color css
<style>
span { border-color: #DAA0B0; }
span { border-color: rgb(218,160,176); }
td.TdClassName
{
border-color: #DAA0B0;
}
.TagClassName
{
border-color: #DAA0B0;
}
</style>