Shades of Starship #DBE33D
Tints of Starship #DBE33D
RGB
CMYK
RGB Variations
Color information
#DBE33D (or 0xDBE33D) is known color: Starship. HEX triplet: DB, E3 and 3D. RGB value is (219,227,61). Sum of RGB (Red+Green+Blue) = 219+227+61=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE33D is #241CC2. Grayscale: #CECECE. Windows color (decimal): -2366659 or 4056027. OLE color: 4056027.
HSL color Cylindrical-coordinate representation of color #DBE33D: hue angle of 62.89º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE33D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 61 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.11 |
| HSL | 62.89º | 0.75% | 0.56% | - |
| HSV(B) | 62.89º | 0.73% | 0.89% | - |
| XYZ | 57.52 | 70.34 | 14.96 | - |
| YUV | 205.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 61 | 0.04 | 0 | 0.73 | 0.11 | 62.89 | 0.75 | 0.56 |
| Hex | DB | E3 | 3D | 4 | 0 | 49 | B | 3F | 4B | 38 |
| Octal | 333 | 343 | 75 | 4 | 0 | 111 | 13 | 77 | 113 | 70 |
| Binary | 11011011 | 11100011 | 111101 | 100 | 0 | 1001001 | 1011 | 111111 | 1001011 | 111000 |
Color Harmonies of #DBE33D
Complementary color
Monochromatic Colors of #DBE33D
Black with #DBE33D
Text Example
Text Example
White with #DBE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE33D; }
p { color: rgb(219,227,61); }
H1.HeaderClassName
{
color: #DBE33D;
}
.AnyTagClassName
{
color: #DBE33D;
}
</style>
background-color css
<style>
a { background-color: #DBE33D; }
a { background-color: rgb(219,227,61); }
div.DivClassName
{
background-color: #DBE33D;
}
.BgClassName
{
background-color: #DBE33D;
}
</style>
border-color css
<style>
span { border-color: #DBE33D; }
span { border-color: rgb(219,227,61); }
td.TdClassName
{
border-color: #DBE33D;
}
.TagClassName
{
border-color: #DBE33D;
}
</style>