Shades of Starship #DBDE39
Tints of Starship #DBDE39
RGB
CMYK
RGB Variations
Color information
#DBDE39 (or 0xDBDE39) is known color: Starship. HEX triplet: DB, DE and 39. RGB value is (219,222,57). Sum of RGB (Red+Green+Blue) = 219+222+57=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 57 (22.66% from 255 or 11.45% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE39 is #2421C6. Grayscale: #CACACA. Windows color (decimal): -2367943 or 3792603. OLE color: 3792603.
HSL color Cylindrical-coordinate representation of color #DBDE39: hue angle of 61.09º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBDE39 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 57 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.13 |
| HSL | 61.09º | 0.71% | 0.55% | - |
| HSV(B) | 61.09º | 0.74% | 0.87% | - |
| XYZ | 56.07 | 67.6 | 13.96 | - |
| YUV | 202.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 57 | 0.01 | 0 | 0.74 | 0.13 | 61.09 | 0.71 | 0.55 |
| Hex | DB | DE | 39 | 1 | 0 | 4A | D | 3D | 47 | 37 |
| Octal | 333 | 336 | 71 | 1 | 0 | 112 | 15 | 75 | 107 | 67 |
| Binary | 11011011 | 11011110 | 111001 | 1 | 0 | 1001010 | 1101 | 111101 | 1000111 | 110111 |
Color Harmonies of #DBDE39
Complementary color
Monochromatic Colors of #DBDE39
Black with #DBDE39
Text Example
Text Example
White with #DBDE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE39; }
p { color: rgb(219,222,57); }
H1.HeaderClassName
{
color: #DBDE39;
}
.AnyTagClassName
{
color: #DBDE39;
}
</style>
background-color css
<style>
a { background-color: #DBDE39; }
a { background-color: rgb(219,222,57); }
div.DivClassName
{
background-color: #DBDE39;
}
.BgClassName
{
background-color: #DBDE39;
}
</style>
border-color css
<style>
span { border-color: #DBDE39; }
span { border-color: rgb(219,222,57); }
td.TdClassName
{
border-color: #DBDE39;
}
.TagClassName
{
border-color: #DBDE39;
}
</style>