Shades of Starship #DAE041
Tints of Starship #DAE041
RGB
CMYK
RGB Variations
Color information
#DAE041 (or 0xDAE041) is known color: Starship. HEX triplet: DA, E0 and 41. RGB value is (218,224,65). Sum of RGB (Red+Green+Blue) = 218+224+65=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE041 is #251FBE. Grayscale: #CCCCCC. Windows color (decimal): -2432959 or 4317402. OLE color: 4317402.
HSL color Cylindrical-coordinate representation of color #DAE041: hue angle of 62.26º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE041 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 65 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.12 |
| HSL | 62.26º | 0.72% | 0.57% | - |
| HSV(B) | 62.26º | 0.71% | 0.88% | - |
| XYZ | 56.52 | 68.6 | 15.26 | - |
| YUV | 204.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 65 | 0.03 | 0 | 0.71 | 0.12 | 62.26 | 0.72 | 0.57 |
| Hex | DA | E0 | 41 | 3 | 0 | 47 | C | 3E | 48 | 39 |
| Octal | 332 | 340 | 101 | 3 | 0 | 107 | 14 | 76 | 110 | 71 |
| Binary | 11011010 | 11100000 | 1000001 | 11 | 0 | 1000111 | 1100 | 111110 | 1001000 | 111001 |
Color Harmonies of #DAE041
Complementary color
Monochromatic Colors of #DAE041
Black with #DAE041
Text Example
Text Example
White with #DAE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE041; }
p { color: rgb(218,224,65); }
H1.HeaderClassName
{
color: #DAE041;
}
.AnyTagClassName
{
color: #DAE041;
}
</style>
background-color css
<style>
a { background-color: #DAE041; }
a { background-color: rgb(218,224,65); }
div.DivClassName
{
background-color: #DAE041;
}
.BgClassName
{
background-color: #DAE041;
}
</style>
border-color css
<style>
span { border-color: #DAE041; }
span { border-color: rgb(218,224,65); }
td.TdClassName
{
border-color: #DAE041;
}
.TagClassName
{
border-color: #DAE041;
}
</style>