Shades of Starship #DBDC44
Tints of Starship #DBDC44
RGB
CMYK
RGB Variations
Color information
#DBDC44 (or 0xDBDC44) is known color: Starship. HEX triplet: DB, DC and 44. RGB value is (219,220,68). Sum of RGB (Red+Green+Blue) = 219+220+68=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC44 is #2423BB. Grayscale: #CACACA. Windows color (decimal): -2368444 or 4512987. OLE color: 4512987.
HSL color Cylindrical-coordinate representation of color #DBDC44: hue angle of 60.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBDC44 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 68 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.14 |
| HSL | 60.39º | 0.68% | 0.56% | - |
| HSV(B) | 60.39º | 0.69% | 0.86% | - |
| XYZ | 55.85 | 66.66 | 15.39 | - |
| YUV | 202.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 68 | 0.00 | 0 | 0.69 | 0.14 | 60.39 | 0.68 | 0.56 |
| Hex | DB | DC | 44 | 0 | 0 | 45 | E | 3C | 44 | 38 |
| Octal | 333 | 334 | 104 | 0 | 0 | 105 | 16 | 74 | 104 | 70 |
| Binary | 11011011 | 11011100 | 1000100 | 0 | 0 | 1000101 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DBDC44
Complementary color
Monochromatic Colors of #DBDC44
Black with #DBDC44
Text Example
Text Example
White with #DBDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC44; }
p { color: rgb(219,220,68); }
H1.HeaderClassName
{
color: #DBDC44;
}
.AnyTagClassName
{
color: #DBDC44;
}
</style>
background-color css
<style>
a { background-color: #DBDC44; }
a { background-color: rgb(219,220,68); }
div.DivClassName
{
background-color: #DBDC44;
}
.BgClassName
{
background-color: #DBDC44;
}
</style>
border-color css
<style>
span { border-color: #DBDC44; }
span { border-color: rgb(219,220,68); }
td.TdClassName
{
border-color: #DBDC44;
}
.TagClassName
{
border-color: #DBDC44;
}
</style>