Shades of Kobi #DAA1B0
Tints of Kobi #DAA1B0
RGB
CMYK
RGB Variations
Color information
#DAA1B0 (or 0xDAA1B0) is known color: Kobi. HEX triplet: DA, A1 and B0. RGB value is (218,161,176). Sum of RGB (Red+Green+Blue) = 218+161+176=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1B0 is #255E4F. Grayscale: #B3B3B3. Windows color (decimal): -2448976 or 11575770. OLE color: 11575770.
HSL color Cylindrical-coordinate representation of color #DAA1B0: hue angle of 344.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1B0 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 176 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.15 |
| HSL | 344.21º | 0.44% | 0.74% | - |
| HSV(B) | 344.21º | 0.26% | 0.85% | - |
| XYZ | 49.49 | 43.53 | 46.87 | - |
| YUV | 179.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 176 | 0 | 0.26 | 0.19 | 0.15 | 344.21 | 0.44 | 0.74 |
| Hex | DA | A1 | B0 | 0 | 1A | 13 | F | 158 | 2C | 4A |
| Octal | 332 | 241 | 260 | 0 | 32 | 23 | 17 | 530 | 54 | 112 |
| Binary | 11011010 | 10100001 | 10110000 | 0 | 11010 | 10011 | 1111 | 101011000 | 101100 | 1001010 |
Color Harmonies of #DAA1B0
Complementary color
Monochromatic Colors of #DAA1B0
Black with #DAA1B0
Text Example
Text Example
White with #DAA1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1B0; }
p { color: rgb(218,161,176); }
H1.HeaderClassName
{
color: #DAA1B0;
}
.AnyTagClassName
{
color: #DAA1B0;
}
</style>
background-color css
<style>
a { background-color: #DAA1B0; }
a { background-color: rgb(218,161,176); }
div.DivClassName
{
background-color: #DAA1B0;
}
.BgClassName
{
background-color: #DAA1B0;
}
</style>
border-color css
<style>
span { border-color: #DAA1B0; }
span { border-color: rgb(218,161,176); }
td.TdClassName
{
border-color: #DAA1B0;
}
.TagClassName
{
border-color: #DAA1B0;
}
</style>