Shades of Starship #DBEC44
Tints of Starship #DBEC44
RGB
CMYK
RGB Variations
Color information
#DBEC44 (or 0xDBEC44) is known color: Starship. HEX triplet: DB, EC and 44. RGB value is (219,236,68). Sum of RGB (Red+Green+Blue) = 219+236+68=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC44 is #2413BB. Grayscale: #D4D4D4. Windows color (decimal): -2364348 or 4517083. OLE color: 4517083.
HSL color Cylindrical-coordinate representation of color #DBEC44: hue angle of 66.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBEC44 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 68 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.07 |
| HSL | 66.07º | 0.82% | 0.6% | - |
| HSV(B) | 66.07º | 0.71% | 0.93% | - |
| XYZ | 60.25 | 75.47 | 16.86 | - |
| YUV | 211.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 68 | 0.07 | 0 | 0.71 | 0.07 | 66.07 | 0.82 | 0.6 |
| Hex | DB | EC | 44 | 7 | 0 | 47 | 7 | 42 | 52 | 3C |
| Octal | 333 | 354 | 104 | 7 | 0 | 107 | 7 | 102 | 122 | 74 |
| Binary | 11011011 | 11101100 | 1000100 | 111 | 0 | 1000111 | 111 | 1000010 | 1010010 | 111100 |
Color Harmonies of #DBEC44
Complementary color
Monochromatic Colors of #DBEC44
Black with #DBEC44
Text Example
Text Example
White with #DBEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC44; }
p { color: rgb(219,236,68); }
H1.HeaderClassName
{
color: #DBEC44;
}
.AnyTagClassName
{
color: #DBEC44;
}
</style>
background-color css
<style>
a { background-color: #DBEC44; }
a { background-color: rgb(219,236,68); }
div.DivClassName
{
background-color: #DBEC44;
}
.BgClassName
{
background-color: #DBEC44;
}
</style>
border-color css
<style>
span { border-color: #DBEC44; }
span { border-color: rgb(219,236,68); }
td.TdClassName
{
border-color: #DBEC44;
}
.TagClassName
{
border-color: #DBEC44;
}
</style>