Shades of Starship #DBDB44
Tints of Starship #DBDB44
RGB
CMYK
RGB Variations
Color information
#DBDB44 (or 0xDBDB44) is known color: Starship. HEX triplet: DB, DB and 44. RGB value is (219,219,68). Sum of RGB (Red+Green+Blue) = 219+219+68=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB44 is #2424BB. Grayscale: #CACACA. Windows color (decimal): -2368700 or 4512731. OLE color: 4512731.
HSL color Cylindrical-coordinate representation of color #DBDB44: hue angle of 60º 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 #DBDB44 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 68 | - |
| CMYK | 0 | 0 | 0.69 | 0.14 |
| HSL | 60º | 0.68% | 0.56% | - |
| HSV(B) | 60º | 0.69% | 0.86% | - |
| XYZ | 55.59 | 66.14 | 15.31 | - |
| YUV | 201.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 68 | 0 | 0 | 0.69 | 0.14 | 60 | 0.68 | 0.56 |
| Hex | DB | DB | 44 | 0 | 0 | 45 | E | 3C | 44 | 38 |
| Octal | 333 | 333 | 104 | 0 | 0 | 105 | 16 | 74 | 104 | 70 |
| Binary | 11011011 | 11011011 | 1000100 | 0 | 0 | 1000101 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DBDB44
Complementary color
Monochromatic Colors of #DBDB44
Black with #DBDB44
Text Example
Text Example
White with #DBDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB44; }
p { color: rgb(219,219,68); }
H1.HeaderClassName
{
color: #DBDB44;
}
.AnyTagClassName
{
color: #DBDB44;
}
</style>
background-color css
<style>
a { background-color: #DBDB44; }
a { background-color: rgb(219,219,68); }
div.DivClassName
{
background-color: #DBDB44;
}
.BgClassName
{
background-color: #DBDB44;
}
</style>
border-color css
<style>
span { border-color: #DBDB44; }
span { border-color: rgb(219,219,68); }
td.TdClassName
{
border-color: #DBDB44;
}
.TagClassName
{
border-color: #DBDB44;
}
</style>