Shades of Starship #DCDB3B
Tints of Starship #DCDB3B
RGB
CMYK
RGB Variations
Color information
#DCDB3B (or 0xDCDB3B) is known color: Starship. HEX triplet: DC, DB and 3B. RGB value is (220,219,59). Sum of RGB (Red+Green+Blue) = 220+219+59=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB3B is #2324C4. Grayscale: #C9C9C9. Windows color (decimal): -2303173 or 3922908. OLE color: 3922908.
HSL color Cylindrical-coordinate representation of color #DCDB3B: hue angle of 59.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCDB3B is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 59 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.14 |
| HSL | 59.63º | 0.7% | 0.55% | - |
| HSV(B) | 59.63º | 0.73% | 0.86% | - |
| XYZ | 55.64 | 66.19 | 13.98 | - |
| YUV | 201.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 59 | 0 | 0.00 | 0.73 | 0.14 | 59.63 | 0.7 | 0.55 |
| Hex | DC | DB | 3B | 0 | 0 | 49 | E | 3C | 46 | 37 |
| Octal | 334 | 333 | 73 | 0 | 0 | 111 | 16 | 74 | 106 | 67 |
| Binary | 11011100 | 11011011 | 111011 | 0 | 0 | 1001001 | 1110 | 111100 | 1000110 | 110111 |
Color Harmonies of #DCDB3B
Complementary color
Monochromatic Colors of #DCDB3B
Black with #DCDB3B
Text Example
Text Example
White with #DCDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB3B; }
p { color: rgb(220,219,59); }
H1.HeaderClassName
{
color: #DCDB3B;
}
.AnyTagClassName
{
color: #DCDB3B;
}
</style>
background-color css
<style>
a { background-color: #DCDB3B; }
a { background-color: rgb(220,219,59); }
div.DivClassName
{
background-color: #DCDB3B;
}
.BgClassName
{
background-color: #DCDB3B;
}
</style>
border-color css
<style>
span { border-color: #DCDB3B; }
span { border-color: rgb(220,219,59); }
td.TdClassName
{
border-color: #DCDB3B;
}
.TagClassName
{
border-color: #DCDB3B;
}
</style>