Shades of Kobi #DA98A3
Tints of Kobi #DA98A3
RGB
CMYK
RGB Variations
Color information
#DA98A3 (or 0xDA98A3) is known color: Kobi. HEX triplet: DA, 98 and A3. RGB value is (218,152,163). Sum of RGB (Red+Green+Blue) = 218+152+163=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98A3 is #25675C. Grayscale: #ADADAD. Windows color (decimal): -2451293 or 10721498. OLE color: 10721498.
HSL color Cylindrical-coordinate representation of color #DA98A3: hue angle of 350º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98A3 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 163 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.15 |
| HSL | 350º | 0.47% | 0.73% | - |
| HSV(B) | 350º | 0.3% | 0.85% | - |
| XYZ | 46.75 | 40.01 | 39.91 | - |
| YUV | 172.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 163 | 0 | 0.30 | 0.25 | 0.15 | 350 | 0.47 | 0.73 |
| Hex | DA | 98 | A3 | 0 | 1E | 19 | F | 15E | 2F | 49 |
| Octal | 332 | 230 | 243 | 0 | 36 | 31 | 17 | 536 | 57 | 111 |
| Binary | 11011010 | 10011000 | 10100011 | 0 | 11110 | 11001 | 1111 | 101011110 | 101111 | 1001001 |
Color Harmonies of #DA98A3
Complementary color
Monochromatic Colors of #DA98A3
Black with #DA98A3
Text Example
Text Example
White with #DA98A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98A3; }
p { color: rgb(218,152,163); }
H1.HeaderClassName
{
color: #DA98A3;
}
.AnyTagClassName
{
color: #DA98A3;
}
</style>
background-color css
<style>
a { background-color: #DA98A3; }
a { background-color: rgb(218,152,163); }
div.DivClassName
{
background-color: #DA98A3;
}
.BgClassName
{
background-color: #DA98A3;
}
</style>
border-color css
<style>
span { border-color: #DA98A3; }
span { border-color: rgb(218,152,163); }
td.TdClassName
{
border-color: #DA98A3;
}
.TagClassName
{
border-color: #DA98A3;
}
</style>