Shades of Starship #DADE42
Tints of Starship #DADE42
RGB
CMYK
RGB Variations
Color information
#DADE42 (or 0xDADE42) is known color: Starship. HEX triplet: DA, DE and 42. RGB value is (218,222,66). Sum of RGB (Red+Green+Blue) = 218+222+66=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE42 is #2521BD. Grayscale: #CBCBCB. Windows color (decimal): -2433470 or 4382426. OLE color: 4382426.
HSL color Cylindrical-coordinate representation of color #DADE42: hue angle of 61.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DADE42 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 66 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.13 |
| HSL | 61.54º | 0.7% | 0.56% | - |
| HSV(B) | 61.54º | 0.7% | 0.87% | - |
| XYZ | 56.02 | 67.54 | 15.24 | - |
| YUV | 203.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 66 | 0.02 | 0 | 0.70 | 0.13 | 61.54 | 0.7 | 0.56 |
| Hex | DA | DE | 42 | 2 | 0 | 46 | D | 3E | 46 | 38 |
| Octal | 332 | 336 | 102 | 2 | 0 | 106 | 15 | 76 | 106 | 70 |
| Binary | 11011010 | 11011110 | 1000010 | 10 | 0 | 1000110 | 1101 | 111110 | 1000110 | 111000 |
Color Harmonies of #DADE42
Complementary color
Monochromatic Colors of #DADE42
Black with #DADE42
Text Example
Text Example
White with #DADE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE42; }
p { color: rgb(218,222,66); }
H1.HeaderClassName
{
color: #DADE42;
}
.AnyTagClassName
{
color: #DADE42;
}
</style>
background-color css
<style>
a { background-color: #DADE42; }
a { background-color: rgb(218,222,66); }
div.DivClassName
{
background-color: #DADE42;
}
.BgClassName
{
background-color: #DADE42;
}
</style>
border-color css
<style>
span { border-color: #DADE42; }
span { border-color: rgb(218,222,66); }
td.TdClassName
{
border-color: #DADE42;
}
.TagClassName
{
border-color: #DADE42;
}
</style>