Shades of Starship #DBEA41
Tints of Starship #DBEA41
RGB
CMYK
RGB Variations
Color information
#DBEA41 (or 0xDBEA41) is known color: Starship. HEX triplet: DB, EA and 41. RGB value is (219,234,65). Sum of RGB (Red+Green+Blue) = 219+234+65=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA41 is #2415BE. Grayscale: #D2D2D2. Windows color (decimal): -2364863 or 4319963. OLE color: 4319963.
HSL color Cylindrical-coordinate representation of color #DBEA41: hue angle of 65.33º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBEA41 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 65 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.08 |
| HSL | 65.33º | 0.8% | 0.59% | - |
| HSV(B) | 65.33º | 0.72% | 0.92% | - |
| XYZ | 59.59 | 74.29 | 16.2 | - |
| YUV | 210.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 65 | 0.06 | 0 | 0.72 | 0.08 | 65.33 | 0.8 | 0.59 |
| Hex | DB | EA | 41 | 6 | 0 | 48 | 8 | 41 | 50 | 3B |
| Octal | 333 | 352 | 101 | 6 | 0 | 110 | 10 | 101 | 120 | 73 |
| Binary | 11011011 | 11101010 | 1000001 | 110 | 0 | 1001000 | 1000 | 1000001 | 1010000 | 111011 |
Color Harmonies of #DBEA41
Complementary color
Monochromatic Colors of #DBEA41
Black with #DBEA41
Text Example
Text Example
White with #DBEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA41; }
p { color: rgb(219,234,65); }
H1.HeaderClassName
{
color: #DBEA41;
}
.AnyTagClassName
{
color: #DBEA41;
}
</style>
background-color css
<style>
a { background-color: #DBEA41; }
a { background-color: rgb(219,234,65); }
div.DivClassName
{
background-color: #DBEA41;
}
.BgClassName
{
background-color: #DBEA41;
}
</style>
border-color css
<style>
span { border-color: #DBEA41; }
span { border-color: rgb(219,234,65); }
td.TdClassName
{
border-color: #DBEA41;
}
.TagClassName
{
border-color: #DBEA41;
}
</style>