Shades of Starship #DBE741
Tints of Starship #DBE741
RGB
CMYK
RGB Variations
Color information
#DBE741 (or 0xDBE741) is known color: Starship. HEX triplet: DB, E7 and 41. RGB value is (219,231,65). Sum of RGB (Red+Green+Blue) = 219+231+65=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE741 is #2418BE. Grayscale: #D1D1D1. Windows color (decimal): -2365631 or 4319195. OLE color: 4319195.
HSL color Cylindrical-coordinate representation of color #DBE741: hue angle of 64.34º degrees, saturation: 0.78, 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 #DBE741 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 65 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.09 |
| HSL | 64.34º | 0.78% | 0.58% | - |
| HSV(B) | 64.34º | 0.72% | 0.91% | - |
| XYZ | 58.74 | 72.59 | 15.92 | - |
| YUV | 208.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 65 | 0.05 | 0 | 0.72 | 0.09 | 64.34 | 0.78 | 0.58 |
| Hex | DB | E7 | 41 | 5 | 0 | 48 | 9 | 40 | 4E | 3A |
| Octal | 333 | 347 | 101 | 5 | 0 | 110 | 11 | 100 | 116 | 72 |
| Binary | 11011011 | 11100111 | 1000001 | 101 | 0 | 1001000 | 1001 | 1000000 | 1001110 | 111010 |
Color Harmonies of #DBE741
Complementary color
Monochromatic Colors of #DBE741
Black with #DBE741
Text Example
Text Example
White with #DBE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE741; }
p { color: rgb(219,231,65); }
H1.HeaderClassName
{
color: #DBE741;
}
.AnyTagClassName
{
color: #DBE741;
}
</style>
background-color css
<style>
a { background-color: #DBE741; }
a { background-color: rgb(219,231,65); }
div.DivClassName
{
background-color: #DBE741;
}
.BgClassName
{
background-color: #DBE741;
}
</style>
border-color css
<style>
span { border-color: #DBE741; }
span { border-color: rgb(219,231,65); }
td.TdClassName
{
border-color: #DBE741;
}
.TagClassName
{
border-color: #DBE741;
}
</style>