Shades of Starship #DBE041
Tints of Starship #DBE041
RGB
CMYK
RGB Variations
Color information
#DBE041 (or 0xDBE041) is known color: Starship. HEX triplet: DB, E0 and 41. RGB value is (219,224,65). Sum of RGB (Red+Green+Blue) = 219+224+65=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE041 is #241FBE. Grayscale: #CDCDCD. Windows color (decimal): -2367423 or 4317403. OLE color: 4317403.
HSL color Cylindrical-coordinate representation of color #DBE041: hue angle of 61.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE041 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 65 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.12 |
| HSL | 61.89º | 0.72% | 0.57% | - |
| HSV(B) | 61.89º | 0.71% | 0.88% | - |
| XYZ | 56.82 | 68.75 | 15.28 | - |
| YUV | 204.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 65 | 0.02 | 0 | 0.71 | 0.12 | 61.89 | 0.72 | 0.57 |
| Hex | DB | E0 | 41 | 2 | 0 | 47 | C | 3E | 48 | 39 |
| Octal | 333 | 340 | 101 | 2 | 0 | 107 | 14 | 76 | 110 | 71 |
| Binary | 11011011 | 11100000 | 1000001 | 10 | 0 | 1000111 | 1100 | 111110 | 1001000 | 111001 |
Color Harmonies of #DBE041
Complementary color
Monochromatic Colors of #DBE041
Black with #DBE041
Text Example
Text Example
White with #DBE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE041; }
p { color: rgb(219,224,65); }
H1.HeaderClassName
{
color: #DBE041;
}
.AnyTagClassName
{
color: #DBE041;
}
</style>
background-color css
<style>
a { background-color: #DBE041; }
a { background-color: rgb(219,224,65); }
div.DivClassName
{
background-color: #DBE041;
}
.BgClassName
{
background-color: #DBE041;
}
</style>
border-color css
<style>
span { border-color: #DBE041; }
span { border-color: rgb(219,224,65); }
td.TdClassName
{
border-color: #DBE041;
}
.TagClassName
{
border-color: #DBE041;
}
</style>