Shades of Starship #DBDA3D
Tints of Starship #DBDA3D
RGB
CMYK
RGB Variations
Color information
#DBDA3D (or 0xDBDA3D) is known color: Starship. HEX triplet: DB, DA and 3D. RGB value is (219,218,61). Sum of RGB (Red+Green+Blue) = 219+218+61=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA3D is #2425C2. Grayscale: #C9C9C9. Windows color (decimal): -2368963 or 4053723. OLE color: 4053723.
HSL color Cylindrical-coordinate representation of color #DBDA3D: hue angle of 59.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBDA3D is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 61 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.14 |
| HSL | 59.62º | 0.69% | 0.55% | - |
| HSV(B) | 59.62º | 0.72% | 0.86% | - |
| XYZ | 55.13 | 65.54 | 14.16 | - |
| YUV | 200.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 61 | 0 | 0.00 | 0.72 | 0.14 | 59.62 | 0.69 | 0.55 |
| Hex | DB | DA | 3D | 0 | 0 | 48 | E | 3C | 45 | 37 |
| Octal | 333 | 332 | 75 | 0 | 0 | 110 | 16 | 74 | 105 | 67 |
| Binary | 11011011 | 11011010 | 111101 | 0 | 0 | 1001000 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DBDA3D
Complementary color
Monochromatic Colors of #DBDA3D
Black with #DBDA3D
Text Example
Text Example
White with #DBDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA3D; }
p { color: rgb(219,218,61); }
H1.HeaderClassName
{
color: #DBDA3D;
}
.AnyTagClassName
{
color: #DBDA3D;
}
</style>
background-color css
<style>
a { background-color: #DBDA3D; }
a { background-color: rgb(219,218,61); }
div.DivClassName
{
background-color: #DBDA3D;
}
.BgClassName
{
background-color: #DBDA3D;
}
</style>
border-color css
<style>
span { border-color: #DBDA3D; }
span { border-color: rgb(219,218,61); }
td.TdClassName
{
border-color: #DBDA3D;
}
.TagClassName
{
border-color: #DBDA3D;
}
</style>