Shades of Starship #DBE543
Tints of Starship #DBE543
RGB
CMYK
RGB Variations
Color information
#DBE543 (or 0xDBE543) is known color: Starship. HEX triplet: DB, E5 and 43. RGB value is (219,229,67). Sum of RGB (Red+Green+Blue) = 219+229+67=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE543 is #241ABC. Grayscale: #D0D0D0. Windows color (decimal): -2366141 or 4449755. OLE color: 4449755.
HSL color Cylindrical-coordinate representation of color #DBE543: hue angle of 63.7º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE543 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 67 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.10 |
| HSL | 63.7º | 0.76% | 0.58% | - |
| HSV(B) | 63.7º | 0.71% | 0.9% | - |
| XYZ | 58.25 | 71.5 | 16.04 | - |
| YUV | 207.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 67 | 0.04 | 0 | 0.71 | 0.10 | 63.7 | 0.76 | 0.58 |
| Hex | DB | E5 | 43 | 4 | 0 | 47 | A | 40 | 4C | 3A |
| Octal | 333 | 345 | 103 | 4 | 0 | 107 | 12 | 100 | 114 | 72 |
| Binary | 11011011 | 11100101 | 1000011 | 100 | 0 | 1000111 | 1010 | 1000000 | 1001100 | 111010 |
Color Harmonies of #DBE543
Complementary color
Monochromatic Colors of #DBE543
Black with #DBE543
Text Example
Text Example
White with #DBE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE543; }
p { color: rgb(219,229,67); }
H1.HeaderClassName
{
color: #DBE543;
}
.AnyTagClassName
{
color: #DBE543;
}
</style>
background-color css
<style>
a { background-color: #DBE543; }
a { background-color: rgb(219,229,67); }
div.DivClassName
{
background-color: #DBE543;
}
.BgClassName
{
background-color: #DBE543;
}
</style>
border-color css
<style>
span { border-color: #DBE543; }
span { border-color: rgb(219,229,67); }
td.TdClassName
{
border-color: #DBE543;
}
.TagClassName
{
border-color: #DBE543;
}
</style>