Shades of Starship #DADE3C
Tints of Starship #DADE3C
RGB
CMYK
RGB Variations
Color information
#DADE3C (or 0xDADE3C) is known color: Starship. HEX triplet: DA, DE and 3C. RGB value is (218,222,60). Sum of RGB (Red+Green+Blue) = 218+222+60=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE3C is #2521C3. Grayscale: #CACACA. Windows color (decimal): -2433476 or 3989210. OLE color: 3989210.
HSL color Cylindrical-coordinate representation of color #DADE3C: hue angle of 61.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DADE3C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 60 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.13 |
| HSL | 61.48º | 0.71% | 0.55% | - |
| HSV(B) | 61.48º | 0.73% | 0.87% | - |
| XYZ | 55.85 | 67.47 | 14.36 | - |
| YUV | 202.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 60 | 0.02 | 0 | 0.73 | 0.13 | 61.48 | 0.71 | 0.55 |
| Hex | DA | DE | 3C | 2 | 0 | 49 | D | 3D | 47 | 37 |
| Octal | 332 | 336 | 74 | 2 | 0 | 111 | 15 | 75 | 107 | 67 |
| Binary | 11011010 | 11011110 | 111100 | 10 | 0 | 1001001 | 1101 | 111101 | 1000111 | 110111 |
Color Harmonies of #DADE3C
Complementary color
Monochromatic Colors of #DADE3C
Black with #DADE3C
Text Example
Text Example
White with #DADE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE3C; }
p { color: rgb(218,222,60); }
H1.HeaderClassName
{
color: #DADE3C;
}
.AnyTagClassName
{
color: #DADE3C;
}
</style>
background-color css
<style>
a { background-color: #DADE3C; }
a { background-color: rgb(218,222,60); }
div.DivClassName
{
background-color: #DADE3C;
}
.BgClassName
{
background-color: #DADE3C;
}
</style>
border-color css
<style>
span { border-color: #DADE3C; }
span { border-color: rgb(218,222,60); }
td.TdClassName
{
border-color: #DADE3C;
}
.TagClassName
{
border-color: #DADE3C;
}
</style>