Shades of Starship #DBDA41
Tints of Starship #DBDA41
RGB
CMYK
RGB Variations
Color information
#DBDA41 (or 0xDBDA41) is known color: Starship. HEX triplet: DB, DA and 41. RGB value is (219,218,65). Sum of RGB (Red+Green+Blue) = 219+218+65=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA41 is #2425BE. Grayscale: #C9C9C9. Windows color (decimal): -2368959 or 4315867. OLE color: 4315867.
HSL color Cylindrical-coordinate representation of color #DBDA41: hue angle of 59.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBDA41 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 65 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.14 |
| HSL | 59.61º | 0.68% | 0.56% | - |
| HSV(B) | 59.61º | 0.7% | 0.86% | - |
| XYZ | 55.24 | 65.58 | 14.75 | - |
| YUV | 200.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 65 | 0 | 0.00 | 0.70 | 0.14 | 59.61 | 0.68 | 0.56 |
| Hex | DB | DA | 41 | 0 | 0 | 46 | E | 3C | 44 | 38 |
| Octal | 333 | 332 | 101 | 0 | 0 | 106 | 16 | 74 | 104 | 70 |
| Binary | 11011011 | 11011010 | 1000001 | 0 | 0 | 1000110 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DBDA41
Complementary color
Monochromatic Colors of #DBDA41
Black with #DBDA41
Text Example
Text Example
White with #DBDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA41; }
p { color: rgb(219,218,65); }
H1.HeaderClassName
{
color: #DBDA41;
}
.AnyTagClassName
{
color: #DBDA41;
}
</style>
background-color css
<style>
a { background-color: #DBDA41; }
a { background-color: rgb(219,218,65); }
div.DivClassName
{
background-color: #DBDA41;
}
.BgClassName
{
background-color: #DBDA41;
}
</style>
border-color css
<style>
span { border-color: #DBDA41; }
span { border-color: rgb(219,218,65); }
td.TdClassName
{
border-color: #DBDA41;
}
.TagClassName
{
border-color: #DBDA41;
}
</style>