Shades of Starship #DAD942
Tints of Starship #DAD942
RGB
CMYK
RGB Variations
Color information
#DAD942 (or 0xDAD942) is known color: Starship. HEX triplet: DA, D9 and 42. RGB value is (218,217,66). Sum of RGB (Red+Green+Blue) = 218+217+66=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD942 is #2526BD. Grayscale: #C8C8C8. Windows color (decimal): -2434750 or 4381146. OLE color: 4381146.
HSL color Cylindrical-coordinate representation of color #DAD942: hue angle of 59.61º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAD942 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 217 | 66 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.15 |
| HSL | 59.61º | 0.67% | 0.56% | - |
| HSV(B) | 59.61º | 0.7% | 0.85% | - |
| XYZ | 54.71 | 64.92 | 14.8 | - |
| YUV | 200.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 217 | 66 | 0 | 0.00 | 0.70 | 0.15 | 59.61 | 0.67 | 0.56 |
| Hex | DA | D9 | 42 | 0 | 0 | 46 | F | 3C | 43 | 38 |
| Octal | 332 | 331 | 102 | 0 | 0 | 106 | 17 | 74 | 103 | 70 |
| Binary | 11011010 | 11011001 | 1000010 | 0 | 0 | 1000110 | 1111 | 111100 | 1000011 | 111000 |
Color Harmonies of #DAD942
Complementary color
Monochromatic Colors of #DAD942
Black with #DAD942
Text Example
Text Example
White with #DAD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD942; }
p { color: rgb(218,217,66); }
H1.HeaderClassName
{
color: #DAD942;
}
.AnyTagClassName
{
color: #DAD942;
}
</style>
background-color css
<style>
a { background-color: #DAD942; }
a { background-color: rgb(218,217,66); }
div.DivClassName
{
background-color: #DAD942;
}
.BgClassName
{
background-color: #DAD942;
}
</style>
border-color css
<style>
span { border-color: #DAD942; }
span { border-color: rgb(218,217,66); }
td.TdClassName
{
border-color: #DAD942;
}
.TagClassName
{
border-color: #DAD942;
}
</style>