Shades of Starship #DCDA3B
Tints of Starship #DCDA3B
RGB
CMYK
RGB Variations
Color information
#DCDA3B (or 0xDCDA3B) is known color: Starship. HEX triplet: DC, DA and 3B. RGB value is (220,218,59). Sum of RGB (Red+Green+Blue) = 220+218+59=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA3B is #2325C4. Grayscale: #C9C9C9. Windows color (decimal): -2303429 or 3922652. OLE color: 3922652.
HSL color Cylindrical-coordinate representation of color #DCDA3B: hue angle of 59.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCDA3B is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 59 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.14 |
| HSL | 59.25º | 0.7% | 0.55% | - |
| HSV(B) | 59.25º | 0.73% | 0.86% | - |
| XYZ | 55.38 | 65.67 | 13.9 | - |
| YUV | 200.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 59 | 0 | 0.01 | 0.73 | 0.14 | 59.25 | 0.7 | 0.55 |
| Hex | DC | DA | 3B | 0 | 1 | 49 | E | 3B | 46 | 37 |
| Octal | 334 | 332 | 73 | 0 | 1 | 111 | 16 | 73 | 106 | 67 |
| Binary | 11011100 | 11011010 | 111011 | 0 | 1 | 1001001 | 1110 | 111011 | 1000110 | 110111 |
Color Harmonies of #DCDA3B
Complementary color
Monochromatic Colors of #DCDA3B
Black with #DCDA3B
Text Example
Text Example
White with #DCDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA3B; }
p { color: rgb(220,218,59); }
H1.HeaderClassName
{
color: #DCDA3B;
}
.AnyTagClassName
{
color: #DCDA3B;
}
</style>
background-color css
<style>
a { background-color: #DCDA3B; }
a { background-color: rgb(220,218,59); }
div.DivClassName
{
background-color: #DCDA3B;
}
.BgClassName
{
background-color: #DCDA3B;
}
</style>
border-color css
<style>
span { border-color: #DCDA3B; }
span { border-color: rgb(220,218,59); }
td.TdClassName
{
border-color: #DCDA3B;
}
.TagClassName
{
border-color: #DCDA3B;
}
</style>