Shades of Starship #DCDC44
Tints of Starship #DCDC44
RGB
CMYK
RGB Variations
Color information
#DCDC44 (or 0xDCDC44) is known color: Starship. HEX triplet: DC, DC and 44. RGB value is (220,220,68). Sum of RGB (Red+Green+Blue) = 220+220+68=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC44 is #2323BB. Grayscale: #CBCBCB. Windows color (decimal): -2302908 or 4512988. OLE color: 4512988.
HSL color Cylindrical-coordinate representation of color #DCDC44: hue angle of 60º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCDC44 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 68 | - |
| CMYK | 0 | 0 | 0.69 | 0.14 |
| HSL | 60º | 0.68% | 0.56% | - |
| HSV(B) | 60º | 0.69% | 0.86% | - |
| XYZ | 56.15 | 66.82 | 15.41 | - |
| YUV | 202.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 68 | 0 | 0 | 0.69 | 0.14 | 60 | 0.68 | 0.56 |
| Hex | DC | DC | 44 | 0 | 0 | 45 | E | 3C | 44 | 38 |
| Octal | 334 | 334 | 104 | 0 | 0 | 105 | 16 | 74 | 104 | 70 |
| Binary | 11011100 | 11011100 | 1000100 | 0 | 0 | 1000101 | 1110 | 111100 | 1000100 | 111000 |
Color Harmonies of #DCDC44
Complementary color
Monochromatic Colors of #DCDC44
Black with #DCDC44
Text Example
Text Example
White with #DCDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC44; }
p { color: rgb(220,220,68); }
H1.HeaderClassName
{
color: #DCDC44;
}
.AnyTagClassName
{
color: #DCDC44;
}
</style>
background-color css
<style>
a { background-color: #DCDC44; }
a { background-color: rgb(220,220,68); }
div.DivClassName
{
background-color: #DCDC44;
}
.BgClassName
{
background-color: #DCDC44;
}
</style>
border-color css
<style>
span { border-color: #DCDC44; }
span { border-color: rgb(220,220,68); }
td.TdClassName
{
border-color: #DCDC44;
}
.TagClassName
{
border-color: #DCDC44;
}
</style>