Shades of Starship #DBD636
Tints of Starship #DBD636
RGB
CMYK
RGB Variations
Color information
#DBD636 (or 0xDBD636) is known color: Starship. HEX triplet: DB, D6 and 36. RGB value is (219,214,54). Sum of RGB (Red+Green+Blue) = 219+214+54=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD636 is #2429C9. Grayscale: #C5C5C5. Windows color (decimal): -2369994 or 3593947. OLE color: 3593947.
HSL color Cylindrical-coordinate representation of color #DBD636: hue angle of 58.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBD636 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 54 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.14 |
| HSL | 58.18º | 0.7% | 0.54% | - |
| HSV(B) | 58.18º | 0.75% | 0.86% | - |
| XYZ | 53.93 | 63.42 | 12.89 | - |
| YUV | 197.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 54 | 0 | 0.02 | 0.75 | 0.14 | 58.18 | 0.7 | 0.54 |
| Hex | DB | D6 | 36 | 0 | 2 | 4B | E | 3A | 46 | 36 |
| Octal | 333 | 326 | 66 | 0 | 2 | 113 | 16 | 72 | 106 | 66 |
| Binary | 11011011 | 11010110 | 110110 | 0 | 10 | 1001011 | 1110 | 111010 | 1000110 | 110110 |
Color Harmonies of #DBD636
Complementary color
Monochromatic Colors of #DBD636
Black with #DBD636
Text Example
Text Example
White with #DBD636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD636; }
p { color: rgb(219,214,54); }
H1.HeaderClassName
{
color: #DBD636;
}
.AnyTagClassName
{
color: #DBD636;
}
</style>
background-color css
<style>
a { background-color: #DBD636; }
a { background-color: rgb(219,214,54); }
div.DivClassName
{
background-color: #DBD636;
}
.BgClassName
{
background-color: #DBD636;
}
</style>
border-color css
<style>
span { border-color: #DBD636; }
span { border-color: rgb(219,214,54); }
td.TdClassName
{
border-color: #DBD636;
}
.TagClassName
{
border-color: #DBD636;
}
</style>