Shades of Starship #DCD534
Tints of Starship #DCD534
RGB
CMYK
RGB Variations
Color information
#DCD534 (or 0xDCD534) is known color: Starship. HEX triplet: DC, D5 and 34. RGB value is (220,213,52). Sum of RGB (Red+Green+Blue) = 220+213+52=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD534 is #232ACB. Grayscale: #C5C5C5. Windows color (decimal): -2304716 or 3462620. OLE color: 3462620.
HSL color Cylindrical-coordinate representation of color #DCD534: hue angle of 57.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCD534 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 52 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.14 |
| HSL | 57.5º | 0.71% | 0.53% | - |
| HSV(B) | 57.5º | 0.76% | 0.86% | - |
| XYZ | 53.93 | 63.05 | 12.58 | - |
| YUV | 196.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 52 | 0 | 0.03 | 0.76 | 0.14 | 57.5 | 0.71 | 0.53 |
| Hex | DC | D5 | 34 | 0 | 3 | 4C | E | 3A | 47 | 35 |
| Octal | 334 | 325 | 64 | 0 | 3 | 114 | 16 | 72 | 107 | 65 |
| Binary | 11011100 | 11010101 | 110100 | 0 | 11 | 1001100 | 1110 | 111010 | 1000111 | 110101 |
Color Harmonies of #DCD534
Complementary color
Monochromatic Colors of #DCD534
Black with #DCD534
Text Example
Text Example
White with #DCD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD534; }
p { color: rgb(220,213,52); }
H1.HeaderClassName
{
color: #DCD534;
}
.AnyTagClassName
{
color: #DCD534;
}
</style>
background-color css
<style>
a { background-color: #DCD534; }
a { background-color: rgb(220,213,52); }
div.DivClassName
{
background-color: #DCD534;
}
.BgClassName
{
background-color: #DCD534;
}
</style>
border-color css
<style>
span { border-color: #DCD534; }
span { border-color: rgb(220,213,52); }
td.TdClassName
{
border-color: #DCD534;
}
.TagClassName
{
border-color: #DCD534;
}
</style>