Shades of Starship #DBED49
Tints of Starship #DBED49
RGB
CMYK
RGB Variations
Color information
#DBED49 (or 0xDBED49) is known color: Starship. HEX triplet: DB, ED and 49. RGB value is (219,237,73). Sum of RGB (Red+Green+Blue) = 219+237+73=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED49 is #2412B6. Grayscale: #D5D5D5. Windows color (decimal): -2364087 or 4845019. OLE color: 4845019.
HSL color Cylindrical-coordinate representation of color #DBED49: hue angle of 66.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBED49 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 73 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.07 |
| HSL | 66.59º | 0.82% | 0.61% | - |
| HSV(B) | 66.59º | 0.69% | 0.93% | - |
| XYZ | 60.7 | 76.11 | 17.79 | - |
| YUV | 212.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 73 | 0.08 | 0 | 0.69 | 0.07 | 66.59 | 0.82 | 0.61 |
| Hex | DB | ED | 49 | 8 | 0 | 45 | 7 | 43 | 52 | 3D |
| Octal | 333 | 355 | 111 | 10 | 0 | 105 | 7 | 103 | 122 | 75 |
| Binary | 11011011 | 11101101 | 1001001 | 1000 | 0 | 1000101 | 111 | 1000011 | 1010010 | 111101 |
Color Harmonies of #DBED49
Complementary color
Monochromatic Colors of #DBED49
Black with #DBED49
Text Example
Text Example
White with #DBED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED49; }
p { color: rgb(219,237,73); }
H1.HeaderClassName
{
color: #DBED49;
}
.AnyTagClassName
{
color: #DBED49;
}
</style>
background-color css
<style>
a { background-color: #DBED49; }
a { background-color: rgb(219,237,73); }
div.DivClassName
{
background-color: #DBED49;
}
.BgClassName
{
background-color: #DBED49;
}
</style>
border-color css
<style>
span { border-color: #DBED49; }
span { border-color: rgb(219,237,73); }
td.TdClassName
{
border-color: #DBED49;
}
.TagClassName
{
border-color: #DBED49;
}
</style>