Shades of Starship #DBDC3F
Tints of Starship #DBDC3F
RGB
CMYK
RGB Variations
Color information
#DBDC3F (or 0xDBDC3F) is known color: Starship. HEX triplet: DB, DC and 3F. RGB value is (219,220,63). Sum of RGB (Red+Green+Blue) = 219+220+63=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC3F is #2423C0. Grayscale: #CACACA. Windows color (decimal): -2368449 or 4185307. OLE color: 4185307.
HSL color Cylindrical-coordinate representation of color #DBDC3F: hue angle of 60.38º degrees, saturation: 0.69, 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 #DBDC3F is Cyan = 0.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 63 | - |
| CMYK | 0.00 | 0 | 0.71 | 0.14 |
| HSL | 60.38º | 0.69% | 0.55% | - |
| HSV(B) | 60.38º | 0.71% | 0.86% | - |
| XYZ | 55.7 | 66.61 | 14.62 | - |
| YUV | 201.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 63 | 0.00 | 0 | 0.71 | 0.14 | 60.38 | 0.69 | 0.55 |
| Hex | DB | DC | 3F | 0 | 0 | 47 | E | 3C | 45 | 37 |
| Octal | 333 | 334 | 77 | 0 | 0 | 107 | 16 | 74 | 105 | 67 |
| Binary | 11011011 | 11011100 | 111111 | 0 | 0 | 1000111 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DBDC3F
Complementary color
Monochromatic Colors of #DBDC3F
Black with #DBDC3F
Text Example
Text Example
White with #DBDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC3F; }
p { color: rgb(219,220,63); }
H1.HeaderClassName
{
color: #DBDC3F;
}
.AnyTagClassName
{
color: #DBDC3F;
}
</style>
background-color css
<style>
a { background-color: #DBDC3F; }
a { background-color: rgb(219,220,63); }
div.DivClassName
{
background-color: #DBDC3F;
}
.BgClassName
{
background-color: #DBDC3F;
}
</style>
border-color css
<style>
span { border-color: #DBDC3F; }
span { border-color: rgb(219,220,63); }
td.TdClassName
{
border-color: #DBDC3F;
}
.TagClassName
{
border-color: #DBDC3F;
}
</style>