Shades of Starship #DADA3A
Tints of Starship #DADA3A
RGB
CMYK
RGB Variations
Color information
#DADA3A (or 0xDADA3A) is known color: Starship. HEX triplet: DA, DA and 3A. RGB value is (218,218,58). Sum of RGB (Red+Green+Blue) = 218+218+58=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA3A is #2525C5. Grayscale: #C8C8C8. Windows color (decimal): -2434502 or 3857114. OLE color: 3857114.
HSL color Cylindrical-coordinate representation of color #DADA3A: hue angle of 60º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DADA3A is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 58 | - |
| CMYK | 0 | 0 | 0.73 | 0.15 |
| HSL | 60º | 0.68% | 0.54% | - |
| HSV(B) | 60º | 0.73% | 0.85% | - |
| XYZ | 54.75 | 65.35 | 13.73 | - |
| YUV | 199.76 | 48 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 58 | 0 | 0 | 0.73 | 0.15 | 60 | 0.68 | 0.54 |
| Hex | DA | DA | 3A | 0 | 0 | 49 | F | 3C | 44 | 36 |
| Octal | 332 | 332 | 72 | 0 | 0 | 111 | 17 | 74 | 104 | 66 |
| Binary | 11011010 | 11011010 | 111010 | 0 | 0 | 1001001 | 1111 | 111100 | 1000100 | 110110 |
Color Harmonies of #DADA3A
Complementary color
Monochromatic Colors of #DADA3A
Black with #DADA3A
Text Example
Text Example
White with #DADA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA3A; }
p { color: rgb(218,218,58); }
H1.HeaderClassName
{
color: #DADA3A;
}
.AnyTagClassName
{
color: #DADA3A;
}
</style>
background-color css
<style>
a { background-color: #DADA3A; }
a { background-color: rgb(218,218,58); }
div.DivClassName
{
background-color: #DADA3A;
}
.BgClassName
{
background-color: #DADA3A;
}
</style>
border-color css
<style>
span { border-color: #DADA3A; }
span { border-color: rgb(218,218,58); }
td.TdClassName
{
border-color: #DADA3A;
}
.TagClassName
{
border-color: #DADA3A;
}
</style>