Shades of Starship #DBDA43
Tints of Starship #DBDA43
RGB
CMYK
RGB Variations
Color information
#DBDA43 (or 0xDBDA43) is known color: Starship. HEX triplet: DB, DA and 43. RGB value is (219,218,67). Sum of RGB (Red+Green+Blue) = 219+218+67=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA43 is #2425BC. Grayscale: #C9C9C9. Windows color (decimal): -2368957 or 4446939. OLE color: 4446939.
HSL color Cylindrical-coordinate representation of color #DBDA43: 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.69%. Process color model (Four color, CMYK) of #DBDA43 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 67 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.14 |
| HSL | 59.61º | 0.68% | 0.56% | - |
| HSV(B) | 59.61º | 0.69% | 0.86% | - |
| XYZ | 55.3 | 65.61 | 15.06 | - |
| YUV | 201.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 67 | 0 | 0.00 | 0.69 | 0.14 | 59.61 | 0.68 | 0.56 |
| Hex | DB | DA | 43 | 0 | 0 | 45 | E | 3C | 44 | 38 |
| Octal | 333 | 332 | 103 | 0 | 0 | 105 | 16 | 74 | 104 | 70 |
| Binary | 11011011 | 11011010 | 1000011 | 0 | 0 | 1000101 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DBDA43
Complementary color
Monochromatic Colors of #DBDA43
Black with #DBDA43
Text Example
Text Example
White with #DBDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA43; }
p { color: rgb(219,218,67); }
H1.HeaderClassName
{
color: #DBDA43;
}
.AnyTagClassName
{
color: #DBDA43;
}
</style>
background-color css
<style>
a { background-color: #DBDA43; }
a { background-color: rgb(219,218,67); }
div.DivClassName
{
background-color: #DBDA43;
}
.BgClassName
{
background-color: #DBDA43;
}
</style>
border-color css
<style>
span { border-color: #DBDA43; }
span { border-color: rgb(219,218,67); }
td.TdClassName
{
border-color: #DBDA43;
}
.TagClassName
{
border-color: #DBDA43;
}
</style>