Shades of Starship #DBE13A
Tints of Starship #DBE13A
RGB
CMYK
RGB Variations
Color information
#DBE13A (or 0xDBE13A) is known color: Starship. HEX triplet: DB, E1 and 3A. RGB value is (219,225,58). Sum of RGB (Red+Green+Blue) = 219+225+58=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE13A is #241EC5. Grayscale: #CCCCCC. Windows color (decimal): -2367174 or 3858907. OLE color: 3858907.
HSL color Cylindrical-coordinate representation of color #DBE13A: hue angle of 62.16º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE13A is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 58 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.12 |
| HSL | 62.16º | 0.74% | 0.55% | - |
| HSV(B) | 62.16º | 0.74% | 0.88% | - |
| XYZ | 56.9 | 69.22 | 14.36 | - |
| YUV | 204.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 58 | 0.03 | 0 | 0.74 | 0.12 | 62.16 | 0.74 | 0.55 |
| Hex | DB | E1 | 3A | 3 | 0 | 4A | C | 3E | 4A | 37 |
| Octal | 333 | 341 | 72 | 3 | 0 | 112 | 14 | 76 | 112 | 67 |
| Binary | 11011011 | 11100001 | 111010 | 11 | 0 | 1001010 | 1100 | 111110 | 1001010 | 110111 |
Color Harmonies of #DBE13A
Complementary color
Monochromatic Colors of #DBE13A
Black with #DBE13A
Text Example
Text Example
White with #DBE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE13A; }
p { color: rgb(219,225,58); }
H1.HeaderClassName
{
color: #DBE13A;
}
.AnyTagClassName
{
color: #DBE13A;
}
</style>
background-color css
<style>
a { background-color: #DBE13A; }
a { background-color: rgb(219,225,58); }
div.DivClassName
{
background-color: #DBE13A;
}
.BgClassName
{
background-color: #DBE13A;
}
</style>
border-color css
<style>
span { border-color: #DBE13A; }
span { border-color: rgb(219,225,58); }
td.TdClassName
{
border-color: #DBE13A;
}
.TagClassName
{
border-color: #DBE13A;
}
</style>