Shades of Starship #DBDE42
Tints of Starship #DBDE42
RGB
CMYK
RGB Variations
Color information
#DBDE42 (or 0xDBDE42) is known color: Starship. HEX triplet: DB, DE and 42. RGB value is (219,222,66). Sum of RGB (Red+Green+Blue) = 219+222+66=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE42 is #2421BD. Grayscale: #CBCBCB. Windows color (decimal): -2367934 or 4382427. OLE color: 4382427.
HSL color Cylindrical-coordinate representation of color #DBDE42: hue angle of 61.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBDE42 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 66 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.13 |
| HSL | 61.15º | 0.7% | 0.56% | - |
| HSV(B) | 61.15º | 0.7% | 0.87% | - |
| XYZ | 56.32 | 67.7 | 15.25 | - |
| YUV | 203.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 66 | 0.01 | 0 | 0.70 | 0.13 | 61.15 | 0.7 | 0.56 |
| Hex | DB | DE | 42 | 1 | 0 | 46 | D | 3D | 46 | 38 |
| Octal | 333 | 336 | 102 | 1 | 0 | 106 | 15 | 75 | 106 | 70 |
| Binary | 11011011 | 11011110 | 1000010 | 1 | 0 | 1000110 | 1101 | 111101 | 1000110 | 111000 |
Color Harmonies of #DBDE42
Complementary color
Monochromatic Colors of #DBDE42
Black with #DBDE42
Text Example
Text Example
White with #DBDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE42; }
p { color: rgb(219,222,66); }
H1.HeaderClassName
{
color: #DBDE42;
}
.AnyTagClassName
{
color: #DBDE42;
}
</style>
background-color css
<style>
a { background-color: #DBDE42; }
a { background-color: rgb(219,222,66); }
div.DivClassName
{
background-color: #DBDE42;
}
.BgClassName
{
background-color: #DBDE42;
}
</style>
border-color css
<style>
span { border-color: #DBDE42; }
span { border-color: rgb(219,222,66); }
td.TdClassName
{
border-color: #DBDE42;
}
.TagClassName
{
border-color: #DBDE42;
}
</style>