Shades of Kobi #DA9DAA
Tints of Kobi #DA9DAA
RGB
CMYK
RGB Variations
Color information
#DA9DAA (or 0xDA9DAA) is known color: Kobi. HEX triplet: DA, 9D and AA. RGB value is (218,157,170). Sum of RGB (Red+Green+Blue) = 218+157+170=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9DAA is #256255. Grayscale: #B0B0B0. Windows color (decimal): -2450006 or 11181530. OLE color: 11181530.
HSL color Cylindrical-coordinate representation of color #DA9DAA: hue angle of 347.21º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DAA is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 157 | 170 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.15 |
| HSL | 347.21º | 0.45% | 0.74% | - |
| HSV(B) | 347.21º | 0.28% | 0.85% | - |
| XYZ | 48.23 | 41.92 | 43.58 | - |
| YUV | 176.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 170 | 0 | 0.28 | 0.22 | 0.15 | 347.21 | 0.45 | 0.74 |
| Hex | DA | 9D | AA | 0 | 1C | 16 | F | 15B | 2D | 4A |
| Octal | 332 | 235 | 252 | 0 | 34 | 26 | 17 | 533 | 55 | 112 |
| Binary | 11011010 | 10011101 | 10101010 | 0 | 11100 | 10110 | 1111 | 101011011 | 101101 | 1001010 |
Color Harmonies of #DA9DAA
Complementary color
Monochromatic Colors of #DA9DAA
Black with #DA9DAA
Text Example
Text Example
White with #DA9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DAA; }
p { color: rgb(218,157,170); }
H1.HeaderClassName
{
color: #DA9DAA;
}
.AnyTagClassName
{
color: #DA9DAA;
}
</style>
background-color css
<style>
a { background-color: #DA9DAA; }
a { background-color: rgb(218,157,170); }
div.DivClassName
{
background-color: #DA9DAA;
}
.BgClassName
{
background-color: #DA9DAA;
}
</style>
border-color css
<style>
span { border-color: #DA9DAA; }
span { border-color: rgb(218,157,170); }
td.TdClassName
{
border-color: #DA9DAA;
}
.TagClassName
{
border-color: #DA9DAA;
}
</style>