Shades of Starship #DBDD46
Tints of Starship #DBDD46
RGB
CMYK
RGB Variations
Color information
#DBDD46 (or 0xDBDD46) is known color: Starship. HEX triplet: DB, DD and 46. RGB value is (219,221,70). Sum of RGB (Red+Green+Blue) = 219+221+70=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD46 is #2422B9. Grayscale: #CBCBCB. Windows color (decimal): -2368186 or 4644315. OLE color: 4644315.
HSL color Cylindrical-coordinate representation of color #DBDD46: hue angle of 60.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBDD46 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 70 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.13 |
| HSL | 60.79º | 0.69% | 0.57% | - |
| HSV(B) | 60.79º | 0.68% | 0.87% | - |
| XYZ | 56.18 | 67.22 | 15.81 | - |
| YUV | 203.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 70 | 0.01 | 0 | 0.68 | 0.13 | 60.79 | 0.69 | 0.57 |
| Hex | DB | DD | 46 | 1 | 0 | 44 | D | 3D | 45 | 39 |
| Octal | 333 | 335 | 106 | 1 | 0 | 104 | 15 | 75 | 105 | 71 |
| Binary | 11011011 | 11011101 | 1000110 | 1 | 0 | 1000100 | 1101 | 111101 | 1000101 | 111001 |
Color Harmonies of #DBDD46
Complementary color
Monochromatic Colors of #DBDD46
Black with #DBDD46
Text Example
Text Example
White with #DBDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD46; }
p { color: rgb(219,221,70); }
H1.HeaderClassName
{
color: #DBDD46;
}
.AnyTagClassName
{
color: #DBDD46;
}
</style>
background-color css
<style>
a { background-color: #DBDD46; }
a { background-color: rgb(219,221,70); }
div.DivClassName
{
background-color: #DBDD46;
}
.BgClassName
{
background-color: #DBDD46;
}
</style>
border-color css
<style>
span { border-color: #DBDD46; }
span { border-color: rgb(219,221,70); }
td.TdClassName
{
border-color: #DBDD46;
}
.TagClassName
{
border-color: #DBDD46;
}
</style>