Shades of Kobi #DA9DA9
Tints of Kobi #DA9DA9
RGB
CMYK
RGB Variations
Color information
#DA9DA9 (or 0xDA9DA9) is known color: Kobi. HEX triplet: DA, 9D and A9. RGB value is (218,157,169). Sum of RGB (Red+Green+Blue) = 218+157+169=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9DA9 is #256256. Grayscale: #B0B0B0. Windows color (decimal): -2450007 or 11115994. OLE color: 11115994.
HSL color Cylindrical-coordinate representation of color #DA9DA9: hue angle of 348.2º 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 #DA9DA9 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 157 | 169 | - |
CMYK | 0 | 0.28 | 0.22 | 0.15 |
HSL | 348.2º | 0.45% | 0.74% | - |
HSV(B) | 348.2º | 0.28% | 0.85% | - |
XYZ | 48.13 | 41.88 | 43.08 | - |
YUV | 176.61 | 123.71 | 157.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 157 | 169 | 0 | 0.28 | 0.22 | 0.15 | 348.2 | 0.45 | 0.74 |
Hex | DA | 9D | A9 | 0 | 1C | 16 | F | 15C | 2D | 4A |
Octal | 332 | 235 | 251 | 0 | 34 | 26 | 17 | 534 | 55 | 112 |
Binary | 11011010 | 10011101 | 10101001 | 0 | 11100 | 10110 | 1111 | 101011100 | 101101 | 1001010 |
Color Harmonies of #DA9DA9
Complementary color
Monochromatic Colors of #DA9DA9
Black with #DA9DA9
Text Example
Text Example
White with #DA9DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DA9; }
p { color: rgb(218,157,169); }
H1.HeaderClassName
{
color: #DA9DA9;
}
.AnyTagClassName
{
color: #DA9DA9;
}
</style>
background-color css
<style>
a { background-color: #DA9DA9; }
a { background-color: rgb(218,157,169); }
div.DivClassName
{
background-color: #DA9DA9;
}
.BgClassName
{
background-color: #DA9DA9;
}
</style>
border-color css
<style>
span { border-color: #DA9DA9; }
span { border-color: rgb(218,157,169); }
td.TdClassName
{
border-color: #DA9DA9;
}
.TagClassName
{
border-color: #DA9DA9;
}
</style>