Shades of Starship #DBE43F
Tints of Starship #DBE43F
RGB
CMYK
RGB Variations
Color information
#DBE43F (or 0xDBE43F) is known color: Starship. HEX triplet: DB, E4 and 3F. RGB value is (219,228,63). Sum of RGB (Red+Green+Blue) = 219+228+63=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE43F is #241BC0. Grayscale: #CFCFCF. Windows color (decimal): -2366401 or 4187355. OLE color: 4187355.
HSL color Cylindrical-coordinate representation of color #DBE43F: hue angle of 63.27º 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 #DBE43F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.11 |
| HSL | 63.27º | 0.75% | 0.57% | - |
| HSV(B) | 63.27º | 0.72% | 0.89% | - |
| XYZ | 57.85 | 70.91 | 15.34 | - |
| YUV | 206.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 63 | 0.04 | 0 | 0.72 | 0.11 | 63.27 | 0.75 | 0.57 |
| Hex | DB | E4 | 3F | 4 | 0 | 48 | B | 3F | 4B | 39 |
| Octal | 333 | 344 | 77 | 4 | 0 | 110 | 13 | 77 | 113 | 71 |
| Binary | 11011011 | 11100100 | 111111 | 100 | 0 | 1001000 | 1011 | 111111 | 1001011 | 111001 |
Color Harmonies of #DBE43F
Complementary color
Monochromatic Colors of #DBE43F
Black with #DBE43F
Text Example
Text Example
White with #DBE43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE43F; }
p { color: rgb(219,228,63); }
H1.HeaderClassName
{
color: #DBE43F;
}
.AnyTagClassName
{
color: #DBE43F;
}
</style>
background-color css
<style>
a { background-color: #DBE43F; }
a { background-color: rgb(219,228,63); }
div.DivClassName
{
background-color: #DBE43F;
}
.BgClassName
{
background-color: #DBE43F;
}
</style>
border-color css
<style>
span { border-color: #DBE43F; }
span { border-color: rgb(219,228,63); }
td.TdClassName
{
border-color: #DBE43F;
}
.TagClassName
{
border-color: #DBE43F;
}
</style>