Shades of Starship #DCD53A
Tints of Starship #DCD53A
RGB
CMYK
RGB Variations
Color information
#DCD53A (or 0xDCD53A) is known color: Starship. HEX triplet: DC, D5 and 3A. RGB value is (220,213,58). Sum of RGB (Red+Green+Blue) = 220+213+58=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD53A is #232AC5. Grayscale: #C6C6C6. Windows color (decimal): -2304710 or 3855836. OLE color: 3855836.
HSL color Cylindrical-coordinate representation of color #DCD53A: hue angle of 57.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD53A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 58 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.14 |
| HSL | 57.41º | 0.7% | 0.55% | - |
| HSV(B) | 57.41º | 0.74% | 0.86% | - |
| XYZ | 54.07 | 63.11 | 13.33 | - |
| YUV | 197.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 58 | 0 | 0.03 | 0.74 | 0.14 | 57.41 | 0.7 | 0.55 |
| Hex | DC | D5 | 3A | 0 | 3 | 4A | E | 39 | 46 | 37 |
| Octal | 334 | 325 | 72 | 0 | 3 | 112 | 16 | 71 | 106 | 67 |
| Binary | 11011100 | 11010101 | 111010 | 0 | 11 | 1001010 | 1110 | 111001 | 1000110 | 110111 |
Color Harmonies of #DCD53A
Complementary color
Monochromatic Colors of #DCD53A
Black with #DCD53A
Text Example
Text Example
White with #DCD53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD53A; }
p { color: rgb(220,213,58); }
H1.HeaderClassName
{
color: #DCD53A;
}
.AnyTagClassName
{
color: #DCD53A;
}
</style>
background-color css
<style>
a { background-color: #DCD53A; }
a { background-color: rgb(220,213,58); }
div.DivClassName
{
background-color: #DCD53A;
}
.BgClassName
{
background-color: #DCD53A;
}
</style>
border-color css
<style>
span { border-color: #DCD53A; }
span { border-color: rgb(220,213,58); }
td.TdClassName
{
border-color: #DCD53A;
}
.TagClassName
{
border-color: #DCD53A;
}
</style>