Shades of Starship #DBEA46
Tints of Starship #DBEA46
RGB
CMYK
RGB Variations
Color information
#DBEA46 (or 0xDBEA46) is known color: Starship. HEX triplet: DB, EA and 46. RGB value is (219,234,70). Sum of RGB (Red+Green+Blue) = 219+234+70=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA46 is #2415B9. Grayscale: #D3D3D3. Windows color (decimal): -2364858 or 4647643. OLE color: 4647643.
HSL color Cylindrical-coordinate representation of color #DBEA46: hue angle of 65.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBEA46 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 70 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.08 |
| HSL | 65.49º | 0.8% | 0.6% | - |
| HSV(B) | 65.49º | 0.7% | 0.92% | - |
| XYZ | 59.74 | 74.35 | 17 | - |
| YUV | 210.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 70 | 0.06 | 0 | 0.70 | 0.08 | 65.49 | 0.8 | 0.6 |
| Hex | DB | EA | 46 | 6 | 0 | 46 | 8 | 41 | 50 | 3C |
| Octal | 333 | 352 | 106 | 6 | 0 | 106 | 10 | 101 | 120 | 74 |
| Binary | 11011011 | 11101010 | 1000110 | 110 | 0 | 1000110 | 1000 | 1000001 | 1010000 | 111100 |
Color Harmonies of #DBEA46
Complementary color
Monochromatic Colors of #DBEA46
Black with #DBEA46
Text Example
Text Example
White with #DBEA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA46; }
p { color: rgb(219,234,70); }
H1.HeaderClassName
{
color: #DBEA46;
}
.AnyTagClassName
{
color: #DBEA46;
}
</style>
background-color css
<style>
a { background-color: #DBEA46; }
a { background-color: rgb(219,234,70); }
div.DivClassName
{
background-color: #DBEA46;
}
.BgClassName
{
background-color: #DBEA46;
}
</style>
border-color css
<style>
span { border-color: #DBEA46; }
span { border-color: rgb(219,234,70); }
td.TdClassName
{
border-color: #DBEA46;
}
.TagClassName
{
border-color: #DBEA46;
}
</style>