Shades of Starship #DBDA42
Tints of Starship #DBDA42
RGB
CMYK
RGB Variations
Color information
#DBDA42 (or 0xDBDA42) is known color: Starship. HEX triplet: DB, DA and 42. RGB value is (219,218,66). Sum of RGB (Red+Green+Blue) = 219+218+66=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA42 is #2425BD. Grayscale: #C9C9C9. Windows color (decimal): -2368958 or 4381403. OLE color: 4381403.
HSL color Cylindrical-coordinate representation of color #DBDA42: 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 #DBDA42 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 66 | - |
| 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.27 | 65.6 | 14.9 | - |
| YUV | 200.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 66 | 0 | 0.00 | 0.70 | 0.14 | 59.61 | 0.68 | 0.56 |
| Hex | DB | DA | 42 | 0 | 0 | 46 | E | 3C | 44 | 38 |
| Octal | 333 | 332 | 102 | 0 | 0 | 106 | 16 | 74 | 104 | 70 |
| Binary | 11011011 | 11011010 | 1000010 | 0 | 0 | 1000110 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DBDA42
Complementary color
Monochromatic Colors of #DBDA42
Black with #DBDA42
Text Example
Text Example
White with #DBDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA42; }
p { color: rgb(219,218,66); }
H1.HeaderClassName
{
color: #DBDA42;
}
.AnyTagClassName
{
color: #DBDA42;
}
</style>
background-color css
<style>
a { background-color: #DBDA42; }
a { background-color: rgb(219,218,66); }
div.DivClassName
{
background-color: #DBDA42;
}
.BgClassName
{
background-color: #DBDA42;
}
</style>
border-color css
<style>
span { border-color: #DBDA42; }
span { border-color: rgb(219,218,66); }
td.TdClassName
{
border-color: #DBDA42;
}
.TagClassName
{
border-color: #DBDA42;
}
</style>