Shades of Starship #DBE13C
Tints of Starship #DBE13C
RGB
CMYK
RGB Variations
Color information
#DBE13C (or 0xDBE13C) is known color: Starship. HEX triplet: DB, E1 and 3C. RGB value is (219,225,60). Sum of RGB (Red+Green+Blue) = 219+225+60=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE13C is #241EC3. Grayscale: #CDCDCD. Windows color (decimal): -2367172 or 3989979. OLE color: 3989979.
HSL color Cylindrical-coordinate representation of color #DBE13C: hue angle of 62.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE13C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 60 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.12 |
| HSL | 62.18º | 0.73% | 0.56% | - |
| HSV(B) | 62.18º | 0.73% | 0.88% | - |
| XYZ | 56.95 | 69.24 | 14.64 | - |
| YUV | 204.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 60 | 0.03 | 0 | 0.73 | 0.12 | 62.18 | 0.73 | 0.56 |
| Hex | DB | E1 | 3C | 3 | 0 | 49 | C | 3E | 49 | 38 |
| Octal | 333 | 341 | 74 | 3 | 0 | 111 | 14 | 76 | 111 | 70 |
| Binary | 11011011 | 11100001 | 111100 | 11 | 0 | 1001001 | 1100 | 111110 | 1001001 | 111000 |
Color Harmonies of #DBE13C
Complementary color
Monochromatic Colors of #DBE13C
Black with #DBE13C
Text Example
Text Example
White with #DBE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE13C; }
p { color: rgb(219,225,60); }
H1.HeaderClassName
{
color: #DBE13C;
}
.AnyTagClassName
{
color: #DBE13C;
}
</style>
background-color css
<style>
a { background-color: #DBE13C; }
a { background-color: rgb(219,225,60); }
div.DivClassName
{
background-color: #DBE13C;
}
.BgClassName
{
background-color: #DBE13C;
}
</style>
border-color css
<style>
span { border-color: #DBE13C; }
span { border-color: rgb(219,225,60); }
td.TdClassName
{
border-color: #DBE13C;
}
.TagClassName
{
border-color: #DBE13C;
}
</style>