Shades of Starship #DBDC3D
Tints of Starship #DBDC3D
RGB
CMYK
RGB Variations
Color information
#DBDC3D (or 0xDBDC3D) is known color: Starship. HEX triplet: DB, DC and 3D. RGB value is (219,220,61). Sum of RGB (Red+Green+Blue) = 219+220+61=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC3D is #2423C2. Grayscale: #CACACA. Windows color (decimal): -2368451 or 4054235. OLE color: 4054235.
HSL color Cylindrical-coordinate representation of color #DBDC3D: 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.72%. Process color model (Four color, CMYK) of #DBDC3D is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 61 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.14 |
| HSL | 60.38º | 0.69% | 0.55% | - |
| HSV(B) | 60.38º | 0.72% | 0.86% | - |
| XYZ | 55.65 | 66.58 | 14.33 | - |
| YUV | 201.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 61 | 0.00 | 0 | 0.72 | 0.14 | 60.38 | 0.69 | 0.55 |
| Hex | DB | DC | 3D | 0 | 0 | 48 | E | 3C | 45 | 37 |
| Octal | 333 | 334 | 75 | 0 | 0 | 110 | 16 | 74 | 105 | 67 |
| Binary | 11011011 | 11011100 | 111101 | 0 | 0 | 1001000 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DBDC3D
Complementary color
Monochromatic Colors of #DBDC3D
Black with #DBDC3D
Text Example
Text Example
White with #DBDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC3D; }
p { color: rgb(219,220,61); }
H1.HeaderClassName
{
color: #DBDC3D;
}
.AnyTagClassName
{
color: #DBDC3D;
}
</style>
background-color css
<style>
a { background-color: #DBDC3D; }
a { background-color: rgb(219,220,61); }
div.DivClassName
{
background-color: #DBDC3D;
}
.BgClassName
{
background-color: #DBDC3D;
}
</style>
border-color css
<style>
span { border-color: #DBDC3D; }
span { border-color: rgb(219,220,61); }
td.TdClassName
{
border-color: #DBDC3D;
}
.TagClassName
{
border-color: #DBDC3D;
}
</style>