Shades of Starship #DCD22F
Tints of Starship #DCD22F
RGB
CMYK
RGB Variations
Color information
#DCD22F (or 0xDCD22F) is known color: Starship. HEX triplet: DC, D2 and 2F. RGB value is (220,210,47). Sum of RGB (Red+Green+Blue) = 220+210+47=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD22F is #232DD0. Grayscale: #C3C3C3. Windows color (decimal): -2305489 or 3134172. OLE color: 3134172.
HSL color Cylindrical-coordinate representation of color #DCD22F: hue angle of 56.53º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD22F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 47 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.14 |
| HSL | 56.53º | 0.71% | 0.52% | - |
| HSV(B) | 56.53º | 0.79% | 0.86% | - |
| XYZ | 53.07 | 61.51 | 11.77 | - |
| YUV | 194.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 47 | 0 | 0.05 | 0.79 | 0.14 | 56.53 | 0.71 | 0.52 |
| Hex | DC | D2 | 2F | 0 | 5 | 4F | E | 39 | 47 | 34 |
| Octal | 334 | 322 | 57 | 0 | 5 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011100 | 11010010 | 101111 | 0 | 101 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DCD22F
Complementary color
Monochromatic Colors of #DCD22F
Black with #DCD22F
Text Example
Text Example
White with #DCD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD22F; }
p { color: rgb(220,210,47); }
H1.HeaderClassName
{
color: #DCD22F;
}
.AnyTagClassName
{
color: #DCD22F;
}
</style>
background-color css
<style>
a { background-color: #DCD22F; }
a { background-color: rgb(220,210,47); }
div.DivClassName
{
background-color: #DCD22F;
}
.BgClassName
{
background-color: #DCD22F;
}
</style>
border-color css
<style>
span { border-color: #DCD22F; }
span { border-color: rgb(220,210,47); }
td.TdClassName
{
border-color: #DCD22F;
}
.TagClassName
{
border-color: #DCD22F;
}
</style>