Shades of Starship #DAE03C
Tints of Starship #DAE03C
RGB
CMYK
RGB Variations
Color information
#DAE03C (or 0xDAE03C) is known color: Starship. HEX triplet: DA, E0 and 3C. RGB value is (218,224,60). Sum of RGB (Red+Green+Blue) = 218+224+60=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE03C is #251FC3. Grayscale: #CCCCCC. Windows color (decimal): -2432964 or 3989722. OLE color: 3989722.
HSL color Cylindrical-coordinate representation of color #DAE03C: hue angle of 62.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE03C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 60 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.12 |
| HSL | 62.2º | 0.73% | 0.56% | - |
| HSV(B) | 62.2º | 0.73% | 0.88% | - |
| XYZ | 56.38 | 68.54 | 14.53 | - |
| YUV | 203.51 | 47.01 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 60 | 0.03 | 0 | 0.73 | 0.12 | 62.2 | 0.73 | 0.56 |
| Hex | DA | E0 | 3C | 3 | 0 | 49 | C | 3E | 49 | 38 |
| Octal | 332 | 340 | 74 | 3 | 0 | 111 | 14 | 76 | 111 | 70 |
| Binary | 11011010 | 11100000 | 111100 | 11 | 0 | 1001001 | 1100 | 111110 | 1001001 | 111000 |
Color Harmonies of #DAE03C
Complementary color
Monochromatic Colors of #DAE03C
Black with #DAE03C
Text Example
Text Example
White with #DAE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE03C; }
p { color: rgb(218,224,60); }
H1.HeaderClassName
{
color: #DAE03C;
}
.AnyTagClassName
{
color: #DAE03C;
}
</style>
background-color css
<style>
a { background-color: #DAE03C; }
a { background-color: rgb(218,224,60); }
div.DivClassName
{
background-color: #DAE03C;
}
.BgClassName
{
background-color: #DAE03C;
}
</style>
border-color css
<style>
span { border-color: #DAE03C; }
span { border-color: rgb(218,224,60); }
td.TdClassName
{
border-color: #DAE03C;
}
.TagClassName
{
border-color: #DAE03C;
}
</style>