Shades of Starship #DBDB3F
Tints of Starship #DBDB3F
RGB
CMYK
RGB Variations
Color information
#DBDB3F (or 0xDBDB3F) is known color: Starship. HEX triplet: DB, DB and 3F. RGB value is (219,219,63). Sum of RGB (Red+Green+Blue) = 219+219+63=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB3F is #2424C0. Grayscale: #C9C9C9. Windows color (decimal): -2368705 or 4185051. OLE color: 4185051.
HSL color Cylindrical-coordinate representation of color #DBDB3F: hue angle of 60º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBDB3F is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 63 | - |
CMYK | 0 | 0 | 0.71 | 0.14 |
HSL | 60º | 0.68% | 0.55% | - |
HSV(B) | 60º | 0.71% | 0.86% | - |
XYZ | 55.44 | 66.08 | 14.54 | - |
YUV | 201.22 | 50 | 140.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 63 | 0 | 0 | 0.71 | 0.14 | 60 | 0.68 | 0.55 |
Hex | DB | DB | 3F | 0 | 0 | 47 | E | 3C | 44 | 37 |
Octal | 333 | 333 | 77 | 0 | 0 | 107 | 16 | 74 | 104 | 67 |
Binary | 11011011 | 11011011 | 111111 | 0 | 0 | 1000111 | 1110 | 111100 | 1000100 | 110111 |
Color Harmonies of #DBDB3F
Complementary color
Monochromatic Colors of #DBDB3F
Black with #DBDB3F
Text Example
Text Example
White with #DBDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB3F; }
p { color: rgb(219,219,63); }
H1.HeaderClassName
{
color: #DBDB3F;
}
.AnyTagClassName
{
color: #DBDB3F;
}
</style>
background-color css
<style>
a { background-color: #DBDB3F; }
a { background-color: rgb(219,219,63); }
div.DivClassName
{
background-color: #DBDB3F;
}
.BgClassName
{
background-color: #DBDB3F;
}
</style>
border-color css
<style>
span { border-color: #DBDB3F; }
span { border-color: rgb(219,219,63); }
td.TdClassName
{
border-color: #DBDB3F;
}
.TagClassName
{
border-color: #DBDB3F;
}
</style>