Shades of Starship #DBE941
Tints of Starship #DBE941
RGB
CMYK
RGB Variations
Color information
#DBE941 (or 0xDBE941) is known color: Starship. HEX triplet: DB, E9 and 41. RGB value is (219,233,65). Sum of RGB (Red+Green+Blue) = 219+233+65=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE941 is #2416BE. Grayscale: #D2D2D2. Windows color (decimal): -2365119 or 4319707. OLE color: 4319707.
HSL color Cylindrical-coordinate representation of color #DBE941: hue angle of 65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE941 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 65 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.09 |
| HSL | 65º | 0.79% | 0.58% | - |
| HSV(B) | 65º | 0.72% | 0.91% | - |
| XYZ | 59.31 | 73.72 | 16.1 | - |
| YUV | 209.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 65 | 0.06 | 0 | 0.72 | 0.09 | 65 | 0.79 | 0.58 |
| Hex | DB | E9 | 41 | 6 | 0 | 48 | 9 | 41 | 4F | 3A |
| Octal | 333 | 351 | 101 | 6 | 0 | 110 | 11 | 101 | 117 | 72 |
| Binary | 11011011 | 11101001 | 1000001 | 110 | 0 | 1001000 | 1001 | 1000001 | 1001111 | 111010 |
Color Harmonies of #DBE941
Complementary color
Monochromatic Colors of #DBE941
Black with #DBE941
Text Example
Text Example
White with #DBE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE941; }
p { color: rgb(219,233,65); }
H1.HeaderClassName
{
color: #DBE941;
}
.AnyTagClassName
{
color: #DBE941;
}
</style>
background-color css
<style>
a { background-color: #DBE941; }
a { background-color: rgb(219,233,65); }
div.DivClassName
{
background-color: #DBE941;
}
.BgClassName
{
background-color: #DBE941;
}
</style>
border-color css
<style>
span { border-color: #DBE941; }
span { border-color: rgb(219,233,65); }
td.TdClassName
{
border-color: #DBE941;
}
.TagClassName
{
border-color: #DBE941;
}
</style>