Shades of Starship #DAD940
Tints of Starship #DAD940
RGB
CMYK
RGB Variations
Color information
#DAD940 (or 0xDAD940) is known color: Starship. HEX triplet: DA, D9 and 40. RGB value is (218,217,64). Sum of RGB (Red+Green+Blue) = 218+217+64=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD940 is #2526BF. Grayscale: #C8C8C8. Windows color (decimal): -2434752 or 4250074. OLE color: 4250074.
HSL color Cylindrical-coordinate representation of color #DAD940: hue angle of 59.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAD940 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 64 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.15 |
| HSL | 59.61º | 0.68% | 0.55% | - |
| HSV(B) | 59.61º | 0.71% | 0.85% | - |
| XYZ | 54.65 | 64.9 | 14.5 | - |
| YUV | 199.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 64 | 0 | 0.00 | 0.71 | 0.15 | 59.61 | 0.68 | 0.55 |
| Hex | DA | D9 | 40 | 0 | 0 | 47 | F | 3C | 44 | 37 |
| Octal | 332 | 331 | 100 | 0 | 0 | 107 | 17 | 74 | 104 | 67 |
| Binary | 11011010 | 11011001 | 1000000 | 0 | 0 | 1000111 | 1111 | 111100 | 1000100 | 110111 |
Color Harmonies of #DAD940
Complementary color
Monochromatic Colors of #DAD940
Black with #DAD940
Text Example
Text Example
White with #DAD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD940; }
p { color: rgb(218,217,64); }
H1.HeaderClassName
{
color: #DAD940;
}
.AnyTagClassName
{
color: #DAD940;
}
</style>
background-color css
<style>
a { background-color: #DAD940; }
a { background-color: rgb(218,217,64); }
div.DivClassName
{
background-color: #DAD940;
}
.BgClassName
{
background-color: #DAD940;
}
</style>
border-color css
<style>
span { border-color: #DAD940; }
span { border-color: rgb(218,217,64); }
td.TdClassName
{
border-color: #DAD940;
}
.TagClassName
{
border-color: #DAD940;
}
</style>