Shades of Starship #DCD434
Tints of Starship #DCD434
RGB
CMYK
RGB Variations
Color information
#DCD434 (or 0xDCD434) is known color: Starship. HEX triplet: DC, D4 and 34. RGB value is (220,212,52). Sum of RGB (Red+Green+Blue) = 220+212+52=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD434 is #232BCB. Grayscale: #C4C4C4. Windows color (decimal): -2304972 or 3462364. OLE color: 3462364.
HSL color Cylindrical-coordinate representation of color #DCD434: hue angle of 57.14º 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 #DCD434 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 52 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.14 |
| HSL | 57.14º | 0.71% | 0.53% | - |
| HSV(B) | 57.14º | 0.76% | 0.86% | - |
| XYZ | 53.68 | 62.55 | 12.49 | - |
| YUV | 196.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 52 | 0 | 0.04 | 0.76 | 0.14 | 57.14 | 0.71 | 0.53 |
| Hex | DC | D4 | 34 | 0 | 4 | 4C | E | 39 | 47 | 35 |
| Octal | 334 | 324 | 64 | 0 | 4 | 114 | 16 | 71 | 107 | 65 |
| Binary | 11011100 | 11010100 | 110100 | 0 | 100 | 1001100 | 1110 | 111001 | 1000111 | 110101 |
Color Harmonies of #DCD434
Complementary color
Monochromatic Colors of #DCD434
Black with #DCD434
Text Example
Text Example
White with #DCD434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD434; }
p { color: rgb(220,212,52); }
H1.HeaderClassName
{
color: #DCD434;
}
.AnyTagClassName
{
color: #DCD434;
}
</style>
background-color css
<style>
a { background-color: #DCD434; }
a { background-color: rgb(220,212,52); }
div.DivClassName
{
background-color: #DCD434;
}
.BgClassName
{
background-color: #DCD434;
}
</style>
border-color css
<style>
span { border-color: #DCD434; }
span { border-color: rgb(220,212,52); }
td.TdClassName
{
border-color: #DCD434;
}
.TagClassName
{
border-color: #DCD434;
}
</style>