Shades of Starship #DCDA35
Tints of Starship #DCDA35
RGB
CMYK
RGB Variations
Color information
#DCDA35 (or 0xDCDA35) is known color: Starship. HEX triplet: DC, DA and 35. RGB value is (220,218,53). Sum of RGB (Red+Green+Blue) = 220+218+53=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA35 is #2325CA. Grayscale: #C8C8C8. Windows color (decimal): -2303435 or 3529436. OLE color: 3529436.
HSL color Cylindrical-coordinate representation of color #DCDA35: hue angle of 59.28º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCDA35 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 53 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.14 |
| HSL | 59.28º | 0.7% | 0.54% | - |
| HSV(B) | 59.28º | 0.76% | 0.86% | - |
| XYZ | 55.23 | 65.62 | 13.12 | - |
| YUV | 199.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 53 | 0 | 0.01 | 0.76 | 0.14 | 59.28 | 0.7 | 0.54 |
| Hex | DC | DA | 35 | 0 | 1 | 4C | E | 3B | 46 | 36 |
| Octal | 334 | 332 | 65 | 0 | 1 | 114 | 16 | 73 | 106 | 66 |
| Binary | 11011100 | 11011010 | 110101 | 0 | 1 | 1001100 | 1110 | 111011 | 1000110 | 110110 |
Color Harmonies of #DCDA35
Complementary color
Monochromatic Colors of #DCDA35
Black with #DCDA35
Text Example
Text Example
White with #DCDA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA35; }
p { color: rgb(220,218,53); }
H1.HeaderClassName
{
color: #DCDA35;
}
.AnyTagClassName
{
color: #DCDA35;
}
</style>
background-color css
<style>
a { background-color: #DCDA35; }
a { background-color: rgb(220,218,53); }
div.DivClassName
{
background-color: #DCDA35;
}
.BgClassName
{
background-color: #DCDA35;
}
</style>
border-color css
<style>
span { border-color: #DCDA35; }
span { border-color: rgb(220,218,53); }
td.TdClassName
{
border-color: #DCDA35;
}
.TagClassName
{
border-color: #DCDA35;
}
</style>