Shades of Starship #DCDD33
Tints of Starship #DCDD33
RGB
CMYK
RGB Variations
Color information
#DCDD33 (or 0xDCDD33) is known color: Starship. HEX triplet: DC, DD and 33. RGB value is (220,221,51). Sum of RGB (Red+Green+Blue) = 220+221+51=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD33 is #2322CC. Grayscale: #CACACA. Windows color (decimal): -2302669 or 3399132. OLE color: 3399132.
HSL color Cylindrical-coordinate representation of color #DCDD33: hue angle of 60.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCDD33 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 51 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.13 |
| HSL | 60.35º | 0.71% | 0.53% | - |
| HSV(B) | 60.35º | 0.77% | 0.87% | - |
| XYZ | 55.97 | 67.17 | 13.15 | - |
| YUV | 201.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 51 | 0.00 | 0 | 0.77 | 0.13 | 60.35 | 0.71 | 0.53 |
| Hex | DC | DD | 33 | 0 | 0 | 4D | D | 3C | 47 | 35 |
| Octal | 334 | 335 | 63 | 0 | 0 | 115 | 15 | 74 | 107 | 65 |
| Binary | 11011100 | 11011101 | 110011 | 0 | 0 | 1001101 | 1101 | 111100 | 1000111 | 110101 |
Color Harmonies of #DCDD33
Complementary color
Monochromatic Colors of #DCDD33
Black with #DCDD33
Text Example
Text Example
White with #DCDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD33; }
p { color: rgb(220,221,51); }
H1.HeaderClassName
{
color: #DCDD33;
}
.AnyTagClassName
{
color: #DCDD33;
}
</style>
background-color css
<style>
a { background-color: #DCDD33; }
a { background-color: rgb(220,221,51); }
div.DivClassName
{
background-color: #DCDD33;
}
.BgClassName
{
background-color: #DCDD33;
}
</style>
border-color css
<style>
span { border-color: #DCDD33; }
span { border-color: rgb(220,221,51); }
td.TdClassName
{
border-color: #DCDD33;
}
.TagClassName
{
border-color: #DCDD33;
}
</style>