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