Shades of Starship #DADA47
Tints of Starship #DADA47
RGB
CMYK
RGB Variations
Color information
#DADA47 (or 0xDADA47) is known color: Starship. HEX triplet: DA, DA and 47. RGB value is (218,218,71). Sum of RGB (Red+Green+Blue) = 218+218+71=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA47 is #2525B8. Grayscale: #C9C9C9. Windows color (decimal): -2434489 or 4709082. OLE color: 4709082.
HSL color Cylindrical-coordinate representation of color #DADA47: hue angle of 60º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DADA47 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 71 | - |
| CMYK | 0 | 0 | 0.67 | 0.15 |
| HSL | 60º | 0.67% | 0.57% | - |
| HSV(B) | 60º | 0.67% | 0.85% | - |
| XYZ | 55.12 | 65.5 | 15.7 | - |
| YUV | 201.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 71 | 0 | 0 | 0.67 | 0.15 | 60 | 0.67 | 0.57 |
| Hex | DA | DA | 47 | 0 | 0 | 43 | F | 3C | 43 | 39 |
| Octal | 332 | 332 | 107 | 0 | 0 | 103 | 17 | 74 | 103 | 71 |
| Binary | 11011010 | 11011010 | 1000111 | 0 | 0 | 1000011 | 1111 | 111100 | 1000011 | 111001 |
Color Harmonies of #DADA47
Complementary color
Monochromatic Colors of #DADA47
Black with #DADA47
Text Example
Text Example
White with #DADA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA47; }
p { color: rgb(218,218,71); }
H1.HeaderClassName
{
color: #DADA47;
}
.AnyTagClassName
{
color: #DADA47;
}
</style>
background-color css
<style>
a { background-color: #DADA47; }
a { background-color: rgb(218,218,71); }
div.DivClassName
{
background-color: #DADA47;
}
.BgClassName
{
background-color: #DADA47;
}
</style>
border-color css
<style>
span { border-color: #DADA47; }
span { border-color: rgb(218,218,71); }
td.TdClassName
{
border-color: #DADA47;
}
.TagClassName
{
border-color: #DADA47;
}
</style>