Shades of Starship #DBDB46
Tints of Starship #DBDB46
RGB
CMYK
RGB Variations
Color information
#DBDB46 (or 0xDBDB46) is known color: Starship. HEX triplet: DB, DB and 46. RGB value is (219,219,70). Sum of RGB (Red+Green+Blue) = 219+219+70=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB46 is #2424B9. Grayscale: #CACACA. Windows color (decimal): -2368698 or 4643803. OLE color: 4643803.
HSL color Cylindrical-coordinate representation of color #DBDB46: hue angle of 60º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBDB46 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 70 | - |
CMYK | 0 | 0 | 0.68 | 0.14 |
HSL | 60º | 0.67% | 0.57% | - |
HSV(B) | 60º | 0.68% | 0.86% | - |
XYZ | 55.65 | 66.17 | 15.63 | - |
YUV | 202.01 | 53.5 | 140.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 70 | 0 | 0 | 0.68 | 0.14 | 60 | 0.67 | 0.57 |
Hex | DB | DB | 46 | 0 | 0 | 44 | E | 3C | 43 | 39 |
Octal | 333 | 333 | 106 | 0 | 0 | 104 | 16 | 74 | 103 | 71 |
Binary | 11011011 | 11011011 | 1000110 | 0 | 0 | 1000100 | 1110 | 111100 | 1000011 | 111001 |
Color Harmonies of #DBDB46
Complementary color
Monochromatic Colors of #DBDB46
Black with #DBDB46
Text Example
Text Example
White with #DBDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB46; }
p { color: rgb(219,219,70); }
H1.HeaderClassName
{
color: #DBDB46;
}
.AnyTagClassName
{
color: #DBDB46;
}
</style>
background-color css
<style>
a { background-color: #DBDB46; }
a { background-color: rgb(219,219,70); }
div.DivClassName
{
background-color: #DBDB46;
}
.BgClassName
{
background-color: #DBDB46;
}
</style>
border-color css
<style>
span { border-color: #DBDB46; }
span { border-color: rgb(219,219,70); }
td.TdClassName
{
border-color: #DBDB46;
}
.TagClassName
{
border-color: #DBDB46;
}
</style>