Shades of Starship #DBDD3C
Tints of Starship #DBDD3C
RGB
CMYK
RGB Variations
Color information
#DBDD3C (or 0xDBDD3C) is known color: Starship. HEX triplet: DB, DD and 3C. RGB value is (219,221,60). Sum of RGB (Red+Green+Blue) = 219+221+60=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDD3C is #2422C3. Grayscale: #CACACA. Windows color (decimal): -2368196 or 3988955. OLE color: 3988955.
HSL color Cylindrical-coordinate representation of color #DBDD3C: hue angle of 60.75º degrees, saturation: 0.7, 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 #DBDD3C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 60 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.13 |
| HSL | 60.75º | 0.7% | 0.55% | - |
| HSV(B) | 60.75º | 0.73% | 0.87% | - |
| XYZ | 55.89 | 67.1 | 14.28 | - |
| YUV | 202.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 60 | 0.01 | 0 | 0.73 | 0.13 | 60.75 | 0.7 | 0.55 |
| Hex | DB | DD | 3C | 1 | 0 | 49 | D | 3D | 46 | 37 |
| Octal | 333 | 335 | 74 | 1 | 0 | 111 | 15 | 75 | 106 | 67 |
| Binary | 11011011 | 11011101 | 111100 | 1 | 0 | 1001001 | 1101 | 111101 | 1000110 | 110111 |
Color Harmonies of #DBDD3C
Complementary color
Monochromatic Colors of #DBDD3C
Black with #DBDD3C
Text Example
Text Example
White with #DBDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD3C; }
p { color: rgb(219,221,60); }
H1.HeaderClassName
{
color: #DBDD3C;
}
.AnyTagClassName
{
color: #DBDD3C;
}
</style>
background-color css
<style>
a { background-color: #DBDD3C; }
a { background-color: rgb(219,221,60); }
div.DivClassName
{
background-color: #DBDD3C;
}
.BgClassName
{
background-color: #DBDD3C;
}
</style>
border-color css
<style>
span { border-color: #DBDD3C; }
span { border-color: rgb(219,221,60); }
td.TdClassName
{
border-color: #DBDD3C;
}
.TagClassName
{
border-color: #DBDD3C;
}
</style>