Shades of Kobi #DAA2B4
Tints of Kobi #DAA2B4
RGB
CMYK
RGB Variations
Color information
#DAA2B4 (or 0xDAA2B4) is known color: Kobi. HEX triplet: DA, A2 and B4. RGB value is (218,162,180). Sum of RGB (Red+Green+Blue) = 218+162+180=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2B4 is #255D4B. Grayscale: #B4B4B4. Windows color (decimal): -2448716 or 11838170. OLE color: 11838170.
HSL color Cylindrical-coordinate representation of color #DAA2B4: hue angle of 340.71º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2B4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 180 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.15 |
| HSL | 340.71º | 0.43% | 0.75% | - |
| HSV(B) | 340.71º | 0.26% | 0.85% | - |
| XYZ | 50.07 | 44.04 | 49.04 | - |
| YUV | 180.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 180 | 0 | 0.26 | 0.17 | 0.15 | 340.71 | 0.43 | 0.75 |
| Hex | DA | A2 | B4 | 0 | 1A | 11 | F | 155 | 2B | 4B |
| Octal | 332 | 242 | 264 | 0 | 32 | 21 | 17 | 525 | 53 | 113 |
| Binary | 11011010 | 10100010 | 10110100 | 0 | 11010 | 10001 | 1111 | 101010101 | 101011 | 1001011 |
Color Harmonies of #DAA2B4
Complementary color
Monochromatic Colors of #DAA2B4
Black with #DAA2B4
Text Example
Text Example
White with #DAA2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2B4; }
p { color: rgb(218,162,180); }
H1.HeaderClassName
{
color: #DAA2B4;
}
.AnyTagClassName
{
color: #DAA2B4;
}
</style>
background-color css
<style>
a { background-color: #DAA2B4; }
a { background-color: rgb(218,162,180); }
div.DivClassName
{
background-color: #DAA2B4;
}
.BgClassName
{
background-color: #DAA2B4;
}
</style>
border-color css
<style>
span { border-color: #DAA2B4; }
span { border-color: rgb(218,162,180); }
td.TdClassName
{
border-color: #DAA2B4;
}
.TagClassName
{
border-color: #DAA2B4;
}
</style>