Shades of Starship #DBDB38
Tints of Starship #DBDB38
RGB
CMYK
RGB Variations
Color information
#DBDB38 (or 0xDBDB38) is known color: Starship. HEX triplet: DB, DB and 38. RGB value is (219,219,56). Sum of RGB (Red+Green+Blue) = 219+219+56=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB38 is #2424C7. Grayscale: #C9C9C9. Windows color (decimal): -2368712 or 3726299. OLE color: 3726299.
HSL color Cylindrical-coordinate representation of color #DBDB38: hue angle of 60º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBDB38 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 56 | - |
CMYK | 0 | 0 | 0.74 | 0.14 |
HSL | 60º | 0.69% | 0.54% | - |
HSV(B) | 60º | 0.74% | 0.86% | - |
XYZ | 55.26 | 66.01 | 13.57 | - |
YUV | 200.42 | 46.5 | 141.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 56 | 0 | 0 | 0.74 | 0.14 | 60 | 0.69 | 0.54 |
Hex | DB | DB | 38 | 0 | 0 | 4A | E | 3C | 45 | 36 |
Octal | 333 | 333 | 70 | 0 | 0 | 112 | 16 | 74 | 105 | 66 |
Binary | 11011011 | 11011011 | 111000 | 0 | 0 | 1001010 | 1110 | 111100 | 1000101 | 110110 |
Color Harmonies of #DBDB38
Complementary color
Monochromatic Colors of #DBDB38
Black with #DBDB38
Text Example
Text Example
White with #DBDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB38; }
p { color: rgb(219,219,56); }
H1.HeaderClassName
{
color: #DBDB38;
}
.AnyTagClassName
{
color: #DBDB38;
}
</style>
background-color css
<style>
a { background-color: #DBDB38; }
a { background-color: rgb(219,219,56); }
div.DivClassName
{
background-color: #DBDB38;
}
.BgClassName
{
background-color: #DBDB38;
}
</style>
border-color css
<style>
span { border-color: #DBDB38; }
span { border-color: rgb(219,219,56); }
td.TdClassName
{
border-color: #DBDB38;
}
.TagClassName
{
border-color: #DBDB38;
}
</style>