Shades of Starship #DBE140
Tints of Starship #DBE140
RGB
CMYK
RGB Variations
Color information
#DBE140 (or 0xDBE140) is known color: Starship. HEX triplet: DB, E1 and 40. RGB value is (219,225,64). Sum of RGB (Red+Green+Blue) = 219+225+64=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE140 is #241EBF. Grayscale: #CDCDCD. Windows color (decimal): -2367168 or 4252123. OLE color: 4252123.
HSL color Cylindrical-coordinate representation of color #DBE140: hue angle of 62.24º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE140 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.12 |
| HSL | 62.24º | 0.73% | 0.57% | - |
| HSV(B) | 62.24º | 0.72% | 0.88% | - |
| XYZ | 57.06 | 69.28 | 15.22 | - |
| YUV | 204.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 64 | 0.03 | 0 | 0.72 | 0.12 | 62.24 | 0.73 | 0.57 |
| Hex | DB | E1 | 40 | 3 | 0 | 48 | C | 3E | 49 | 39 |
| Octal | 333 | 341 | 100 | 3 | 0 | 110 | 14 | 76 | 111 | 71 |
| Binary | 11011011 | 11100001 | 1000000 | 11 | 0 | 1001000 | 1100 | 111110 | 1001001 | 111001 |
Color Harmonies of #DBE140
Complementary color
Monochromatic Colors of #DBE140
Black with #DBE140
Text Example
Text Example
White with #DBE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE140; }
p { color: rgb(219,225,64); }
H1.HeaderClassName
{
color: #DBE140;
}
.AnyTagClassName
{
color: #DBE140;
}
</style>
background-color css
<style>
a { background-color: #DBE140; }
a { background-color: rgb(219,225,64); }
div.DivClassName
{
background-color: #DBE140;
}
.BgClassName
{
background-color: #DBE140;
}
</style>
border-color css
<style>
span { border-color: #DBE140; }
span { border-color: rgb(219,225,64); }
td.TdClassName
{
border-color: #DBE140;
}
.TagClassName
{
border-color: #DBE140;
}
</style>