Shades of Kobi #DAA0AD
Tints of Kobi #DAA0AD
RGB
CMYK
RGB Variations
Color information
#DAA0AD (or 0xDAA0AD) is known color: Kobi. HEX triplet: DA, A0 and AD. RGB value is (218,160,173). Sum of RGB (Red+Green+Blue) = 218+160+173=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0AD is #255F52. Grayscale: #B2B2B2. Windows color (decimal): -2449235 or 11378906. OLE color: 11378906.
HSL color Cylindrical-coordinate representation of color #DAA0AD: hue angle of 346.55º 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 #DAA0AD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 173 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.15 |
| HSL | 346.55º | 0.44% | 0.74% | - |
| HSV(B) | 346.55º | 0.27% | 0.85% | - |
| XYZ | 49.03 | 43.06 | 45.26 | - |
| YUV | 178.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 173 | 0 | 0.27 | 0.21 | 0.15 | 346.55 | 0.44 | 0.74 |
| Hex | DA | A0 | AD | 0 | 1B | 15 | F | 15B | 2C | 4A |
| Octal | 332 | 240 | 255 | 0 | 33 | 25 | 17 | 533 | 54 | 112 |
| Binary | 11011010 | 10100000 | 10101101 | 0 | 11011 | 10101 | 1111 | 101011011 | 101100 | 1001010 |
Color Harmonies of #DAA0AD
Complementary color
Monochromatic Colors of #DAA0AD
Black with #DAA0AD
Text Example
Text Example
White with #DAA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0AD; }
p { color: rgb(218,160,173); }
H1.HeaderClassName
{
color: #DAA0AD;
}
.AnyTagClassName
{
color: #DAA0AD;
}
</style>
background-color css
<style>
a { background-color: #DAA0AD; }
a { background-color: rgb(218,160,173); }
div.DivClassName
{
background-color: #DAA0AD;
}
.BgClassName
{
background-color: #DAA0AD;
}
</style>
border-color css
<style>
span { border-color: #DAA0AD; }
span { border-color: rgb(218,160,173); }
td.TdClassName
{
border-color: #DAA0AD;
}
.TagClassName
{
border-color: #DAA0AD;
}
</style>