Shades of Starship #DCD32F
Tints of Starship #DCD32F
RGB
CMYK
RGB Variations
Color information
#DCD32F (or 0xDCD32F) is known color: Starship. HEX triplet: DC, D3 and 2F. RGB value is (220,211,47). Sum of RGB (Red+Green+Blue) = 220+211+47=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD32F is #232CD0. Grayscale: #C3C3C3. Windows color (decimal): -2305233 or 3134428. OLE color: 3134428.
HSL color Cylindrical-coordinate representation of color #DCD32F: hue angle of 56.88º 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 #DCD32F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 47 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.14 |
| HSL | 56.88º | 0.71% | 0.52% | - |
| HSV(B) | 56.88º | 0.79% | 0.86% | - |
| XYZ | 53.32 | 62.01 | 11.85 | - |
| YUV | 195 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 47 | 0 | 0.04 | 0.79 | 0.14 | 56.88 | 0.71 | 0.52 |
| Hex | DC | D3 | 2F | 0 | 4 | 4F | E | 39 | 47 | 34 |
| Octal | 334 | 323 | 57 | 0 | 4 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011100 | 11010011 | 101111 | 0 | 100 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DCD32F
Complementary color
Monochromatic Colors of #DCD32F
Black with #DCD32F
Text Example
Text Example
White with #DCD32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD32F; }
p { color: rgb(220,211,47); }
H1.HeaderClassName
{
color: #DCD32F;
}
.AnyTagClassName
{
color: #DCD32F;
}
</style>
background-color css
<style>
a { background-color: #DCD32F; }
a { background-color: rgb(220,211,47); }
div.DivClassName
{
background-color: #DCD32F;
}
.BgClassName
{
background-color: #DCD32F;
}
</style>
border-color css
<style>
span { border-color: #DCD32F; }
span { border-color: rgb(220,211,47); }
td.TdClassName
{
border-color: #DCD32F;
}
.TagClassName
{
border-color: #DCD32F;
}
</style>