Shades of Kobi #DAA0AC
Tints of Kobi #DAA0AC
RGB
CMYK
RGB Variations
Color information
#DAA0AC (or 0xDAA0AC) is known color: Kobi. HEX triplet: DA, A0 and AC. RGB value is (218,160,172). Sum of RGB (Red+Green+Blue) = 218+160+172=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0AC is #255F53. Grayscale: #B2B2B2. Windows color (decimal): -2449236 or 11313370. OLE color: 11313370.
HSL color Cylindrical-coordinate representation of color #DAA0AC: hue angle of 347.59º 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 #DAA0AC is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 172 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.15 |
| HSL | 347.59º | 0.44% | 0.74% | - |
| HSV(B) | 347.59º | 0.27% | 0.85% | - |
| XYZ | 48.93 | 43.03 | 44.76 | - |
| YUV | 178.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 172 | 0 | 0.27 | 0.21 | 0.15 | 347.59 | 0.44 | 0.74 |
| Hex | DA | A0 | AC | 0 | 1B | 15 | F | 15C | 2C | 4A |
| Octal | 332 | 240 | 254 | 0 | 33 | 25 | 17 | 534 | 54 | 112 |
| Binary | 11011010 | 10100000 | 10101100 | 0 | 11011 | 10101 | 1111 | 101011100 | 101100 | 1001010 |
Color Harmonies of #DAA0AC
Complementary color
Monochromatic Colors of #DAA0AC
Black with #DAA0AC
Text Example
Text Example
White with #DAA0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0AC; }
p { color: rgb(218,160,172); }
H1.HeaderClassName
{
color: #DAA0AC;
}
.AnyTagClassName
{
color: #DAA0AC;
}
</style>
background-color css
<style>
a { background-color: #DAA0AC; }
a { background-color: rgb(218,160,172); }
div.DivClassName
{
background-color: #DAA0AC;
}
.BgClassName
{
background-color: #DAA0AC;
}
</style>
border-color css
<style>
span { border-color: #DAA0AC; }
span { border-color: rgb(218,160,172); }
td.TdClassName
{
border-color: #DAA0AC;
}
.TagClassName
{
border-color: #DAA0AC;
}
</style>