Shades of Starship #DBDD35
Tints of Starship #DBDD35
RGB
CMYK
RGB Variations
Color information
#DBDD35 (or 0xDBDD35) is known color: Starship. HEX triplet: DB, DD and 35. RGB value is (219,221,53). Sum of RGB (Red+Green+Blue) = 219+221+53=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD35 is #2422CA. Grayscale: #C9C9C9. Windows color (decimal): -2368203 or 3530203. OLE color: 3530203.
HSL color Cylindrical-coordinate representation of color #DBDD35: hue angle of 60.71º 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 #DBDD35 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 53 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.13 |
| HSL | 60.71º | 0.71% | 0.54% | - |
| HSV(B) | 60.71º | 0.76% | 0.87% | - |
| XYZ | 55.71 | 67.03 | 13.37 | - |
| YUV | 201.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 53 | 0.01 | 0 | 0.76 | 0.13 | 60.71 | 0.71 | 0.54 |
| Hex | DB | DD | 35 | 1 | 0 | 4C | D | 3D | 47 | 36 |
| Octal | 333 | 335 | 65 | 1 | 0 | 114 | 15 | 75 | 107 | 66 |
| Binary | 11011011 | 11011101 | 110101 | 1 | 0 | 1001100 | 1101 | 111101 | 1000111 | 110110 |
Color Harmonies of #DBDD35
Complementary color
Monochromatic Colors of #DBDD35
Black with #DBDD35
Text Example
Text Example
White with #DBDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD35; }
p { color: rgb(219,221,53); }
H1.HeaderClassName
{
color: #DBDD35;
}
.AnyTagClassName
{
color: #DBDD35;
}
</style>
background-color css
<style>
a { background-color: #DBDD35; }
a { background-color: rgb(219,221,53); }
div.DivClassName
{
background-color: #DBDD35;
}
.BgClassName
{
background-color: #DBDD35;
}
</style>
border-color css
<style>
span { border-color: #DBDD35; }
span { border-color: rgb(219,221,53); }
td.TdClassName
{
border-color: #DBDD35;
}
.TagClassName
{
border-color: #DBDD35;
}
</style>