Shades of Starship #DBE541
Tints of Starship #DBE541
RGB
CMYK
RGB Variations
Color information
#DBE541 (or 0xDBE541) is known color: Starship. HEX triplet: DB, E5 and 41. RGB value is (219,229,65). Sum of RGB (Red+Green+Blue) = 219+229+65=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE541 is #241ABE. Grayscale: #CFCFCF. Windows color (decimal): -2366143 or 4318683. OLE color: 4318683.
HSL color Cylindrical-coordinate representation of color #DBE541: hue angle of 63.66º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE541 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 65 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.10 |
| HSL | 63.66º | 0.76% | 0.58% | - |
| HSV(B) | 63.66º | 0.72% | 0.9% | - |
| XYZ | 58.19 | 71.48 | 15.73 | - |
| YUV | 207.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 65 | 0.04 | 0 | 0.72 | 0.10 | 63.66 | 0.76 | 0.58 |
| Hex | DB | E5 | 41 | 4 | 0 | 48 | A | 40 | 4C | 3A |
| Octal | 333 | 345 | 101 | 4 | 0 | 110 | 12 | 100 | 114 | 72 |
| Binary | 11011011 | 11100101 | 1000001 | 100 | 0 | 1001000 | 1010 | 1000000 | 1001100 | 111010 |
Color Harmonies of #DBE541
Complementary color
Monochromatic Colors of #DBE541
Black with #DBE541
Text Example
Text Example
White with #DBE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE541; }
p { color: rgb(219,229,65); }
H1.HeaderClassName
{
color: #DBE541;
}
.AnyTagClassName
{
color: #DBE541;
}
</style>
background-color css
<style>
a { background-color: #DBE541; }
a { background-color: rgb(219,229,65); }
div.DivClassName
{
background-color: #DBE541;
}
.BgClassName
{
background-color: #DBE541;
}
</style>
border-color css
<style>
span { border-color: #DBE541; }
span { border-color: rgb(219,229,65); }
td.TdClassName
{
border-color: #DBE541;
}
.TagClassName
{
border-color: #DBE541;
}
</style>