Shades of Starship #DCDD37
Tints of Starship #DCDD37
RGB
CMYK
RGB Variations
Color information
#DCDD37 (or 0xDCDD37) is known color: Starship. HEX triplet: DC, DD and 37. RGB value is (220,221,55). Sum of RGB (Red+Green+Blue) = 220+221+55=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD37 is #2322C8. Grayscale: #CACACA. Windows color (decimal): -2302665 or 3661276. OLE color: 3661276.
HSL color Cylindrical-coordinate representation of color #DCDD37: hue angle of 60.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCDD37 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 55 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.13 |
| HSL | 60.36º | 0.71% | 0.54% | - |
| HSV(B) | 60.36º | 0.75% | 0.87% | - |
| XYZ | 56.06 | 67.2 | 13.63 | - |
| YUV | 201.78 | 45.17 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 55 | 0.00 | 0 | 0.75 | 0.13 | 60.36 | 0.71 | 0.54 |
| Hex | DC | DD | 37 | 0 | 0 | 4B | D | 3C | 47 | 36 |
| Octal | 334 | 335 | 67 | 0 | 0 | 113 | 15 | 74 | 107 | 66 |
| Binary | 11011100 | 11011101 | 110111 | 0 | 0 | 1001011 | 1101 | 111100 | 1000111 | 110110 |
Color Harmonies of #DCDD37
Complementary color
Monochromatic Colors of #DCDD37
Black with #DCDD37
Text Example
Text Example
White with #DCDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD37; }
p { color: rgb(220,221,55); }
H1.HeaderClassName
{
color: #DCDD37;
}
.AnyTagClassName
{
color: #DCDD37;
}
</style>
background-color css
<style>
a { background-color: #DCDD37; }
a { background-color: rgb(220,221,55); }
div.DivClassName
{
background-color: #DCDD37;
}
.BgClassName
{
background-color: #DCDD37;
}
</style>
border-color css
<style>
span { border-color: #DCDD37; }
span { border-color: rgb(220,221,55); }
td.TdClassName
{
border-color: #DCDD37;
}
.TagClassName
{
border-color: #DCDD37;
}
</style>