Shades of Kobi #DAA1AF
Tints of Kobi #DAA1AF
RGB
CMYK
RGB Variations
Color information
#DAA1AF (or 0xDAA1AF) is known color: Kobi. HEX triplet: DA, A1 and AF. RGB value is (218,161,175). Sum of RGB (Red+Green+Blue) = 218+161+175=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1AF is #255E50. Grayscale: #B3B3B3. Windows color (decimal): -2448977 or 11510234. OLE color: 11510234.
HSL color Cylindrical-coordinate representation of color #DAA1AF: hue angle of 345.26º 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 #DAA1AF is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 175 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.15 |
| HSL | 345.26º | 0.44% | 0.74% | - |
| HSV(B) | 345.26º | 0.26% | 0.85% | - |
| XYZ | 49.4 | 43.49 | 46.35 | - |
| YUV | 179.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 175 | 0 | 0.26 | 0.20 | 0.15 | 345.26 | 0.44 | 0.74 |
| Hex | DA | A1 | AF | 0 | 1A | 14 | F | 159 | 2C | 4A |
| Octal | 332 | 241 | 257 | 0 | 32 | 24 | 17 | 531 | 54 | 112 |
| Binary | 11011010 | 10100001 | 10101111 | 0 | 11010 | 10100 | 1111 | 101011001 | 101100 | 1001010 |
Color Harmonies of #DAA1AF
Complementary color
Monochromatic Colors of #DAA1AF
Black with #DAA1AF
Text Example
Text Example
White with #DAA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1AF; }
p { color: rgb(218,161,175); }
H1.HeaderClassName
{
color: #DAA1AF;
}
.AnyTagClassName
{
color: #DAA1AF;
}
</style>
background-color css
<style>
a { background-color: #DAA1AF; }
a { background-color: rgb(218,161,175); }
div.DivClassName
{
background-color: #DAA1AF;
}
.BgClassName
{
background-color: #DAA1AF;
}
</style>
border-color css
<style>
span { border-color: #DAA1AF; }
span { border-color: rgb(218,161,175); }
td.TdClassName
{
border-color: #DAA1AF;
}
.TagClassName
{
border-color: #DAA1AF;
}
</style>