Shades of Starship #DCDA3A
Tints of Starship #DCDA3A
RGB
CMYK
RGB Variations
Color information
#DCDA3A (or 0xDCDA3A) is known color: Starship. HEX triplet: DC, DA and 3A. RGB value is (220,218,58). Sum of RGB (Red+Green+Blue) = 220+218+58=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA3A is #2325C5. Grayscale: #C9C9C9. Windows color (decimal): -2303430 or 3857116. OLE color: 3857116.
HSL color Cylindrical-coordinate representation of color #DCDA3A: hue angle of 59.26º 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 #DCDA3A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.14 |
| HSL | 59.26º | 0.7% | 0.55% | - |
| HSV(B) | 59.26º | 0.74% | 0.86% | - |
| XYZ | 55.35 | 65.66 | 13.76 | - |
| YUV | 200.36 | 47.66 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 58 | 0 | 0.01 | 0.74 | 0.14 | 59.26 | 0.7 | 0.55 |
| Hex | DC | DA | 3A | 0 | 1 | 4A | E | 3B | 46 | 37 |
| Octal | 334 | 332 | 72 | 0 | 1 | 112 | 16 | 73 | 106 | 67 |
| Binary | 11011100 | 11011010 | 111010 | 0 | 1 | 1001010 | 1110 | 111011 | 1000110 | 110111 |
Color Harmonies of #DCDA3A
Complementary color
Monochromatic Colors of #DCDA3A
Black with #DCDA3A
Text Example
Text Example
White with #DCDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA3A; }
p { color: rgb(220,218,58); }
H1.HeaderClassName
{
color: #DCDA3A;
}
.AnyTagClassName
{
color: #DCDA3A;
}
</style>
background-color css
<style>
a { background-color: #DCDA3A; }
a { background-color: rgb(220,218,58); }
div.DivClassName
{
background-color: #DCDA3A;
}
.BgClassName
{
background-color: #DCDA3A;
}
</style>
border-color css
<style>
span { border-color: #DCDA3A; }
span { border-color: rgb(220,218,58); }
td.TdClassName
{
border-color: #DCDA3A;
}
.TagClassName
{
border-color: #DCDA3A;
}
</style>