Shades of Starship #DCDC3E
Tints of Starship #DCDC3E
RGB
CMYK
RGB Variations
Color information
#DCDC3E (or 0xDCDC3E) is known color: Starship. HEX triplet: DC, DC and 3E. RGB value is (220,220,62). Sum of RGB (Red+Green+Blue) = 220+220+62=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC3E is #2323C1. Grayscale: #CACACA. Windows color (decimal): -2302914 or 4119772. OLE color: 4119772.
HSL color Cylindrical-coordinate representation of color #DCDC3E: hue angle of 60º 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 #DCDC3E is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 220 | 62 | - |
CMYK | 0 | 0 | 0.72 | 0.14 |
HSL | 60º | 0.69% | 0.55% | - |
HSV(B) | 60º | 0.72% | 0.86% | - |
XYZ | 55.98 | 66.75 | 14.49 | - |
YUV | 201.99 | 49 | 140.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 62 | 0 | 0 | 0.72 | 0.14 | 60 | 0.69 | 0.55 |
Hex | DC | DC | 3E | 0 | 0 | 48 | E | 3C | 45 | 37 |
Octal | 334 | 334 | 76 | 0 | 0 | 110 | 16 | 74 | 105 | 67 |
Binary | 11011100 | 11011100 | 111110 | 0 | 0 | 1001000 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DCDC3E
Complementary color
Monochromatic Colors of #DCDC3E
Black with #DCDC3E
Text Example
Text Example
White with #DCDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC3E; }
p { color: rgb(220,220,62); }
H1.HeaderClassName
{
color: #DCDC3E;
}
.AnyTagClassName
{
color: #DCDC3E;
}
</style>
background-color css
<style>
a { background-color: #DCDC3E; }
a { background-color: rgb(220,220,62); }
div.DivClassName
{
background-color: #DCDC3E;
}
.BgClassName
{
background-color: #DCDC3E;
}
</style>
border-color css
<style>
span { border-color: #DCDC3E; }
span { border-color: rgb(220,220,62); }
td.TdClassName
{
border-color: #DCDC3E;
}
.TagClassName
{
border-color: #DCDC3E;
}
</style>