Shades of Starship #DBDD37
Tints of Starship #DBDD37
RGB
CMYK
RGB Variations
Color information
#DBDD37 (or 0xDBDD37) is known color: Starship. HEX triplet: DB, DD and 37. RGB value is (219,221,55). Sum of RGB (Red+Green+Blue) = 219+221+55=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD37 is #2422C8. Grayscale: #CACACA. Windows color (decimal): -2368201 or 3661275. OLE color: 3661275.
HSL color Cylindrical-coordinate representation of color #DBDD37: hue angle of 60.72º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBDD37 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 55 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.13 |
| HSL | 60.72º | 0.71% | 0.54% | - |
| HSV(B) | 60.72º | 0.75% | 0.87% | - |
| XYZ | 55.76 | 67.05 | 13.62 | - |
| YUV | 201.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 55 | 0.01 | 0 | 0.75 | 0.13 | 60.72 | 0.71 | 0.54 |
| Hex | DB | DD | 37 | 1 | 0 | 4B | D | 3D | 47 | 36 |
| Octal | 333 | 335 | 67 | 1 | 0 | 113 | 15 | 75 | 107 | 66 |
| Binary | 11011011 | 11011101 | 110111 | 1 | 0 | 1001011 | 1101 | 111101 | 1000111 | 110110 |
Color Harmonies of #DBDD37
Complementary color
Monochromatic Colors of #DBDD37
Black with #DBDD37
Text Example
Text Example
White with #DBDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD37; }
p { color: rgb(219,221,55); }
H1.HeaderClassName
{
color: #DBDD37;
}
.AnyTagClassName
{
color: #DBDD37;
}
</style>
background-color css
<style>
a { background-color: #DBDD37; }
a { background-color: rgb(219,221,55); }
div.DivClassName
{
background-color: #DBDD37;
}
.BgClassName
{
background-color: #DBDD37;
}
</style>
border-color css
<style>
span { border-color: #DBDD37; }
span { border-color: rgb(219,221,55); }
td.TdClassName
{
border-color: #DBDD37;
}
.TagClassName
{
border-color: #DBDD37;
}
</style>