Shades of Starship #DBE344
Tints of Starship #DBE344
RGB
CMYK
RGB Variations
Color information
#DBE344 (or 0xDBE344) is known color: Starship. HEX triplet: DB, E3 and 44. RGB value is (219,227,68). Sum of RGB (Red+Green+Blue) = 219+227+68=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE344 is #241CBB. Grayscale: #CFCFCF. Windows color (decimal): -2366652 or 4514779. OLE color: 4514779.
HSL color Cylindrical-coordinate representation of color #DBE344: hue angle of 63.02º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBE344 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 68 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.11 |
| HSL | 63.02º | 0.74% | 0.58% | - |
| HSV(B) | 63.02º | 0.7% | 0.89% | - |
| XYZ | 57.73 | 70.42 | 16.02 | - |
| YUV | 206.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 68 | 0.04 | 0 | 0.70 | 0.11 | 63.02 | 0.74 | 0.58 |
| Hex | DB | E3 | 44 | 4 | 0 | 46 | B | 3F | 4A | 3A |
| Octal | 333 | 343 | 104 | 4 | 0 | 106 | 13 | 77 | 112 | 72 |
| Binary | 11011011 | 11100011 | 1000100 | 100 | 0 | 1000110 | 1011 | 111111 | 1001010 | 111010 |
Color Harmonies of #DBE344
Complementary color
Monochromatic Colors of #DBE344
Black with #DBE344
Text Example
Text Example
White with #DBE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE344; }
p { color: rgb(219,227,68); }
H1.HeaderClassName
{
color: #DBE344;
}
.AnyTagClassName
{
color: #DBE344;
}
</style>
background-color css
<style>
a { background-color: #DBE344; }
a { background-color: rgb(219,227,68); }
div.DivClassName
{
background-color: #DBE344;
}
.BgClassName
{
background-color: #DBE344;
}
</style>
border-color css
<style>
span { border-color: #DBE344; }
span { border-color: rgb(219,227,68); }
td.TdClassName
{
border-color: #DBE344;
}
.TagClassName
{
border-color: #DBE344;
}
</style>