Shades of Starship #DCD531
Tints of Starship #DCD531
RGB
CMYK
RGB Variations
Color information
#DCD531 (or 0xDCD531) is known color: Starship. HEX triplet: DC, D5 and 31. RGB value is (220,213,49). Sum of RGB (Red+Green+Blue) = 220+213+49=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD531 is #232ACE. Grayscale: #C5C5C5. Windows color (decimal): -2304719 or 3266012. OLE color: 3266012.
HSL color Cylindrical-coordinate representation of color #DCD531: hue angle of 57.54º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCD531 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 49 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.14 |
| HSL | 57.54º | 0.71% | 0.53% | - |
| HSV(B) | 57.54º | 0.78% | 0.86% | - |
| XYZ | 53.86 | 63.03 | 12.23 | - |
| YUV | 196.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 49 | 0 | 0.03 | 0.78 | 0.14 | 57.54 | 0.71 | 0.53 |
| Hex | DC | D5 | 31 | 0 | 3 | 4E | E | 3A | 47 | 35 |
| Octal | 334 | 325 | 61 | 0 | 3 | 116 | 16 | 72 | 107 | 65 |
| Binary | 11011100 | 11010101 | 110001 | 0 | 11 | 1001110 | 1110 | 111010 | 1000111 | 110101 |
Color Harmonies of #DCD531
Complementary color
Monochromatic Colors of #DCD531
Black with #DCD531
Text Example
Text Example
White with #DCD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD531; }
p { color: rgb(220,213,49); }
H1.HeaderClassName
{
color: #DCD531;
}
.AnyTagClassName
{
color: #DCD531;
}
</style>
background-color css
<style>
a { background-color: #DCD531; }
a { background-color: rgb(220,213,49); }
div.DivClassName
{
background-color: #DCD531;
}
.BgClassName
{
background-color: #DCD531;
}
</style>
border-color css
<style>
span { border-color: #DCD531; }
span { border-color: rgb(220,213,49); }
td.TdClassName
{
border-color: #DCD531;
}
.TagClassName
{
border-color: #DCD531;
}
</style>