Shades of Starship #DCD333
Tints of Starship #DCD333
RGB
CMYK
RGB Variations
Color information
#DCD333 (or 0xDCD333) is known color: Starship. HEX triplet: DC, D3 and 33. RGB value is (220,211,51). Sum of RGB (Red+Green+Blue) = 220+211+51=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 51 (20.31% from 255 or 10.58% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD333 is #232CCC. Grayscale: #C4C4C4. Windows color (decimal): -2305229 or 3396572. OLE color: 3396572.
HSL color Cylindrical-coordinate representation of color #DCD333: hue angle of 56.8º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCD333 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 51 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.14 |
| HSL | 56.8º | 0.71% | 0.53% | - |
| HSV(B) | 56.8º | 0.77% | 0.86% | - |
| XYZ | 53.41 | 62.04 | 12.29 | - |
| YUV | 195.45 | 46.48 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 51 | 0 | 0.04 | 0.77 | 0.14 | 56.8 | 0.71 | 0.53 |
| Hex | DC | D3 | 33 | 0 | 4 | 4D | E | 39 | 47 | 35 |
| Octal | 334 | 323 | 63 | 0 | 4 | 115 | 16 | 71 | 107 | 65 |
| Binary | 11011100 | 11010011 | 110011 | 0 | 100 | 1001101 | 1110 | 111001 | 1000111 | 110101 |
Color Harmonies of #DCD333
Complementary color
Monochromatic Colors of #DCD333
Black with #DCD333
Text Example
Text Example
White with #DCD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD333; }
p { color: rgb(220,211,51); }
H1.HeaderClassName
{
color: #DCD333;
}
.AnyTagClassName
{
color: #DCD333;
}
</style>
background-color css
<style>
a { background-color: #DCD333; }
a { background-color: rgb(220,211,51); }
div.DivClassName
{
background-color: #DCD333;
}
.BgClassName
{
background-color: #DCD333;
}
</style>
border-color css
<style>
span { border-color: #DCD333; }
span { border-color: rgb(220,211,51); }
td.TdClassName
{
border-color: #DCD333;
}
.TagClassName
{
border-color: #DCD333;
}
</style>