Shades of Starship #DBDD36
Tints of Starship #DBDD36
RGB
CMYK
RGB Variations
Color information
#DBDD36 (or 0xDBDD36) is known color: Starship. HEX triplet: DB, DD and 36. RGB value is (219,221,54). Sum of RGB (Red+Green+Blue) = 219+221+54=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD36 is #2422C9. Grayscale: #CACACA. Windows color (decimal): -2368202 or 3595739. OLE color: 3595739.
HSL color Cylindrical-coordinate representation of color #DBDD36: 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.76%. Process color model (Four color, CMYK) of #DBDD36 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 54 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.13 |
| HSL | 60.72º | 0.71% | 0.54% | - |
| HSV(B) | 60.72º | 0.76% | 0.87% | - |
| XYZ | 55.74 | 67.04 | 13.49 | - |
| YUV | 201.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 54 | 0.01 | 0 | 0.76 | 0.13 | 60.72 | 0.71 | 0.54 |
| Hex | DB | DD | 36 | 1 | 0 | 4C | D | 3D | 47 | 36 |
| Octal | 333 | 335 | 66 | 1 | 0 | 114 | 15 | 75 | 107 | 66 |
| Binary | 11011011 | 11011101 | 110110 | 1 | 0 | 1001100 | 1101 | 111101 | 1000111 | 110110 |
Color Harmonies of #DBDD36
Complementary color
Monochromatic Colors of #DBDD36
Black with #DBDD36
Text Example
Text Example
White with #DBDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD36; }
p { color: rgb(219,221,54); }
H1.HeaderClassName
{
color: #DBDD36;
}
.AnyTagClassName
{
color: #DBDD36;
}
</style>
background-color css
<style>
a { background-color: #DBDD36; }
a { background-color: rgb(219,221,54); }
div.DivClassName
{
background-color: #DBDD36;
}
.BgClassName
{
background-color: #DBDD36;
}
</style>
border-color css
<style>
span { border-color: #DBDD36; }
span { border-color: rgb(219,221,54); }
td.TdClassName
{
border-color: #DBDD36;
}
.TagClassName
{
border-color: #DBDD36;
}
</style>