Shades of Starship #DBE23F
Tints of Starship #DBE23F
RGB
CMYK
RGB Variations
Color information
#DBE23F (or 0xDBE23F) is known color: Starship. HEX triplet: DB, E2 and 3F. RGB value is (219,226,63). Sum of RGB (Red+Green+Blue) = 219+226+63=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE23F is #241DC0. Grayscale: #CDCDCD. Windows color (decimal): -2366913 or 4186843. OLE color: 4186843.
HSL color Cylindrical-coordinate representation of color #DBE23F: hue angle of 62.58º degrees, saturation: 0.74, 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 #DBE23F is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 63 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.11 |
| HSL | 62.58º | 0.74% | 0.57% | - |
| HSV(B) | 62.58º | 0.72% | 0.89% | - |
| XYZ | 57.31 | 69.81 | 15.16 | - |
| YUV | 205.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 63 | 0.03 | 0 | 0.72 | 0.11 | 62.58 | 0.74 | 0.57 |
| Hex | DB | E2 | 3F | 3 | 0 | 48 | B | 3F | 4A | 39 |
| Octal | 333 | 342 | 77 | 3 | 0 | 110 | 13 | 77 | 112 | 71 |
| Binary | 11011011 | 11100010 | 111111 | 11 | 0 | 1001000 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DBE23F
Complementary color
Monochromatic Colors of #DBE23F
Black with #DBE23F
Text Example
Text Example
White with #DBE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE23F; }
p { color: rgb(219,226,63); }
H1.HeaderClassName
{
color: #DBE23F;
}
.AnyTagClassName
{
color: #DBE23F;
}
</style>
background-color css
<style>
a { background-color: #DBE23F; }
a { background-color: rgb(219,226,63); }
div.DivClassName
{
background-color: #DBE23F;
}
.BgClassName
{
background-color: #DBE23F;
}
</style>
border-color css
<style>
span { border-color: #DBE23F; }
span { border-color: rgb(219,226,63); }
td.TdClassName
{
border-color: #DBE23F;
}
.TagClassName
{
border-color: #DBE23F;
}
</style>