Shades of Starship #DADE40
Tints of Starship #DADE40
RGB
CMYK
RGB Variations
Color information
#DADE40 (or 0xDADE40) is known color: Starship. HEX triplet: DA, DE and 40. RGB value is (218,222,64). Sum of RGB (Red+Green+Blue) = 218+222+64=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE40 is #2521BF. Grayscale: #CBCBCB. Windows color (decimal): -2433472 or 4251354. OLE color: 4251354.
HSL color Cylindrical-coordinate representation of color #DADE40: hue angle of 61.52º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DADE40 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 64 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.13 |
| HSL | 61.52º | 0.71% | 0.56% | - |
| HSV(B) | 61.52º | 0.71% | 0.87% | - |
| XYZ | 55.96 | 67.52 | 14.93 | - |
| YUV | 202.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 64 | 0.02 | 0 | 0.71 | 0.13 | 61.52 | 0.71 | 0.56 |
| Hex | DA | DE | 40 | 2 | 0 | 47 | D | 3E | 47 | 38 |
| Octal | 332 | 336 | 100 | 2 | 0 | 107 | 15 | 76 | 107 | 70 |
| Binary | 11011010 | 11011110 | 1000000 | 10 | 0 | 1000111 | 1101 | 111110 | 1000111 | 111000 |
Color Harmonies of #DADE40
Complementary color
Monochromatic Colors of #DADE40
Black with #DADE40
Text Example
Text Example
White with #DADE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE40; }
p { color: rgb(218,222,64); }
H1.HeaderClassName
{
color: #DADE40;
}
.AnyTagClassName
{
color: #DADE40;
}
</style>
background-color css
<style>
a { background-color: #DADE40; }
a { background-color: rgb(218,222,64); }
div.DivClassName
{
background-color: #DADE40;
}
.BgClassName
{
background-color: #DADE40;
}
</style>
border-color css
<style>
span { border-color: #DADE40; }
span { border-color: rgb(218,222,64); }
td.TdClassName
{
border-color: #DADE40;
}
.TagClassName
{
border-color: #DADE40;
}
</style>