Shades of Starship #DAE541
Tints of Starship #DAE541
RGB
CMYK
RGB Variations
Color information
#DAE541 (or 0xDAE541) is known color: Starship. HEX triplet: DA, E5 and 41. RGB value is (218,229,65). Sum of RGB (Red+Green+Blue) = 218+229+65=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE541 is #251ABE. Grayscale: #CFCFCF. Windows color (decimal): -2431679 or 4318682. OLE color: 4318682.
HSL color Cylindrical-coordinate representation of color #DAE541: hue angle of 64.02º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE541 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 65 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.10 |
| HSL | 64.02º | 0.76% | 0.58% | - |
| HSV(B) | 64.02º | 0.72% | 0.9% | - |
| XYZ | 57.89 | 71.33 | 15.72 | - |
| YUV | 207.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 65 | 0.05 | 0 | 0.72 | 0.10 | 64.02 | 0.76 | 0.58 |
| Hex | DA | E5 | 41 | 5 | 0 | 48 | A | 40 | 4C | 3A |
| Octal | 332 | 345 | 101 | 5 | 0 | 110 | 12 | 100 | 114 | 72 |
| Binary | 11011010 | 11100101 | 1000001 | 101 | 0 | 1001000 | 1010 | 1000000 | 1001100 | 111010 |
Color Harmonies of #DAE541
Complementary color
Monochromatic Colors of #DAE541
Black with #DAE541
Text Example
Text Example
White with #DAE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE541; }
p { color: rgb(218,229,65); }
H1.HeaderClassName
{
color: #DAE541;
}
.AnyTagClassName
{
color: #DAE541;
}
</style>
background-color css
<style>
a { background-color: #DAE541; }
a { background-color: rgb(218,229,65); }
div.DivClassName
{
background-color: #DAE541;
}
.BgClassName
{
background-color: #DAE541;
}
</style>
border-color css
<style>
span { border-color: #DAE541; }
span { border-color: rgb(218,229,65); }
td.TdClassName
{
border-color: #DAE541;
}
.TagClassName
{
border-color: #DAE541;
}
</style>