Shades of Starship #DCDB3C
Tints of Starship #DCDB3C
RGB
CMYK
RGB Variations
Color information
#DCDB3C (or 0xDCDB3C) is known color: Starship. HEX triplet: DC, DB and 3C. RGB value is (220,219,60). Sum of RGB (Red+Green+Blue) = 220+219+60=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB3C is #2324C3. Grayscale: #C9C9C9. Windows color (decimal): -2303172 or 3988444. OLE color: 3988444.
HSL color Cylindrical-coordinate representation of color #DCDB3C: hue angle of 59.62º 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 #DCDB3C is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 60 | - |
| 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.66 | 66.2 | 14.12 | - |
| YUV | 201.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 60 | 0 | 0.00 | 0.73 | 0.14 | 59.63 | 0.7 | 0.55 |
| Hex | DC | DB | 3C | 0 | 0 | 49 | E | 3C | 46 | 37 |
| Octal | 334 | 333 | 74 | 0 | 0 | 111 | 16 | 74 | 106 | 67 |
| Binary | 11011100 | 11011011 | 111100 | 0 | 0 | 1001001 | 1110 | 111100 | 1000110 | 110111 |
Color Harmonies of #DCDB3C
Complementary color
Monochromatic Colors of #DCDB3C
Black with #DCDB3C
Text Example
Text Example
White with #DCDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB3C; }
p { color: rgb(220,219,60); }
H1.HeaderClassName
{
color: #DCDB3C;
}
.AnyTagClassName
{
color: #DCDB3C;
}
</style>
background-color css
<style>
a { background-color: #DCDB3C; }
a { background-color: rgb(220,219,60); }
div.DivClassName
{
background-color: #DCDB3C;
}
.BgClassName
{
background-color: #DCDB3C;
}
</style>
border-color css
<style>
span { border-color: #DCDB3C; }
span { border-color: rgb(220,219,60); }
td.TdClassName
{
border-color: #DCDB3C;
}
.TagClassName
{
border-color: #DCDB3C;
}
</style>