Shades of Starship #DBDD3E
Tints of Starship #DBDD3E
RGB
CMYK
RGB Variations
Color information
#DBDD3E (or 0xDBDD3E) is known color: Starship. HEX triplet: DB, DD and 3E. RGB value is (219,221,62). Sum of RGB (Red+Green+Blue) = 219+221+62=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD3E is #2422C1. Grayscale: #CACACA. Windows color (decimal): -2368194 or 4120027. OLE color: 4120027.
HSL color Cylindrical-coordinate representation of color #DBDD3E: hue angle of 60.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBDD3E is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 62 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.13 |
| HSL | 60.75º | 0.7% | 0.55% | - |
| HSV(B) | 60.75º | 0.72% | 0.87% | - |
| XYZ | 55.94 | 67.12 | 14.56 | - |
| YUV | 202.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 62 | 0.01 | 0 | 0.72 | 0.13 | 60.75 | 0.7 | 0.55 |
| Hex | DB | DD | 3E | 1 | 0 | 48 | D | 3D | 46 | 37 |
| Octal | 333 | 335 | 76 | 1 | 0 | 110 | 15 | 75 | 106 | 67 |
| Binary | 11011011 | 11011101 | 111110 | 1 | 0 | 1001000 | 1101 | 111101 | 1000110 | 110111 |
Color Harmonies of #DBDD3E
Complementary color
Monochromatic Colors of #DBDD3E
Black with #DBDD3E
Text Example
Text Example
White with #DBDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD3E; }
p { color: rgb(219,221,62); }
H1.HeaderClassName
{
color: #DBDD3E;
}
.AnyTagClassName
{
color: #DBDD3E;
}
</style>
background-color css
<style>
a { background-color: #DBDD3E; }
a { background-color: rgb(219,221,62); }
div.DivClassName
{
background-color: #DBDD3E;
}
.BgClassName
{
background-color: #DBDD3E;
}
</style>
border-color css
<style>
span { border-color: #DBDD3E; }
span { border-color: rgb(219,221,62); }
td.TdClassName
{
border-color: #DBDD3E;
}
.TagClassName
{
border-color: #DBDD3E;
}
</style>