Shades of Starship #DBE33F
Tints of Starship #DBE33F
RGB
CMYK
RGB Variations
Color information
#DBE33F (or 0xDBE33F) is known color: Starship. HEX triplet: DB, E3 and 3F. RGB value is (219,227,63). Sum of RGB (Red+Green+Blue) = 219+227+63=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE33F is #241CC0. Grayscale: #CECECE. Windows color (decimal): -2366657 or 4187099. OLE color: 4187099.
HSL color Cylindrical-coordinate representation of color #DBE33F: hue angle of 62.93º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE33F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.11 |
| HSL | 62.93º | 0.75% | 0.57% | - |
| HSV(B) | 62.93º | 0.72% | 0.89% | - |
| XYZ | 57.58 | 70.36 | 15.25 | - |
| YUV | 205.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 63 | 0.04 | 0 | 0.72 | 0.11 | 62.93 | 0.75 | 0.57 |
| Hex | DB | E3 | 3F | 4 | 0 | 48 | B | 3F | 4B | 39 |
| Octal | 333 | 343 | 77 | 4 | 0 | 110 | 13 | 77 | 113 | 71 |
| Binary | 11011011 | 11100011 | 111111 | 100 | 0 | 1001000 | 1011 | 111111 | 1001011 | 111001 |
Color Harmonies of #DBE33F
Complementary color
Monochromatic Colors of #DBE33F
Black with #DBE33F
Text Example
Text Example
White with #DBE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE33F; }
p { color: rgb(219,227,63); }
H1.HeaderClassName
{
color: #DBE33F;
}
.AnyTagClassName
{
color: #DBE33F;
}
</style>
background-color css
<style>
a { background-color: #DBE33F; }
a { background-color: rgb(219,227,63); }
div.DivClassName
{
background-color: #DBE33F;
}
.BgClassName
{
background-color: #DBE33F;
}
</style>
border-color css
<style>
span { border-color: #DBE33F; }
span { border-color: rgb(219,227,63); }
td.TdClassName
{
border-color: #DBE33F;
}
.TagClassName
{
border-color: #DBE33F;
}
</style>