Shades of Starship #DBDE3C
Tints of Starship #DBDE3C
RGB
CMYK
RGB Variations
Color information
#DBDE3C (or 0xDBDE3C) is known color: Starship. HEX triplet: DB, DE and 3C. RGB value is (219,222,60). Sum of RGB (Red+Green+Blue) = 219+222+60=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE3C is #2421C3. Grayscale: #CBCBCB. Windows color (decimal): -2367940 or 3989211. OLE color: 3989211.
HSL color Cylindrical-coordinate representation of color #DBDE3C: hue angle of 61.11º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBDE3C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 60 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.13 |
| HSL | 61.11º | 0.71% | 0.55% | - |
| HSV(B) | 61.11º | 0.73% | 0.87% | - |
| XYZ | 56.15 | 67.63 | 14.37 | - |
| YUV | 202.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 60 | 0.01 | 0 | 0.73 | 0.13 | 61.11 | 0.71 | 0.55 |
| Hex | DB | DE | 3C | 1 | 0 | 49 | D | 3D | 47 | 37 |
| Octal | 333 | 336 | 74 | 1 | 0 | 111 | 15 | 75 | 107 | 67 |
| Binary | 11011011 | 11011110 | 111100 | 1 | 0 | 1001001 | 1101 | 111101 | 1000111 | 110111 |
Color Harmonies of #DBDE3C
Complementary color
Monochromatic Colors of #DBDE3C
Black with #DBDE3C
Text Example
Text Example
White with #DBDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE3C; }
p { color: rgb(219,222,60); }
H1.HeaderClassName
{
color: #DBDE3C;
}
.AnyTagClassName
{
color: #DBDE3C;
}
</style>
background-color css
<style>
a { background-color: #DBDE3C; }
a { background-color: rgb(219,222,60); }
div.DivClassName
{
background-color: #DBDE3C;
}
.BgClassName
{
background-color: #DBDE3C;
}
</style>
border-color css
<style>
span { border-color: #DBDE3C; }
span { border-color: rgb(219,222,60); }
td.TdClassName
{
border-color: #DBDE3C;
}
.TagClassName
{
border-color: #DBDE3C;
}
</style>