Shades of Starship #DAE540
Tints of Starship #DAE540
RGB
CMYK
RGB Variations
Color information
#DAE540 (or 0xDAE540) is known color: Starship. HEX triplet: DA, E5 and 40. RGB value is (218,229,64). Sum of RGB (Red+Green+Blue) = 218+229+64=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE540 is #251ABF. Grayscale: #CFCFCF. Windows color (decimal): -2431680 or 4253146. OLE color: 4253146.
HSL color Cylindrical-coordinate representation of color #DAE540: hue angle of 64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE540 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 64 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.10 |
| HSL | 64º | 0.76% | 0.57% | - |
| HSV(B) | 64º | 0.72% | 0.9% | - |
| XYZ | 57.86 | 71.31 | 15.57 | - |
| YUV | 206.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 64 | 0.05 | 0 | 0.72 | 0.10 | 64 | 0.76 | 0.57 |
| Hex | DA | E5 | 40 | 5 | 0 | 48 | A | 40 | 4C | 39 |
| Octal | 332 | 345 | 100 | 5 | 0 | 110 | 12 | 100 | 114 | 71 |
| Binary | 11011010 | 11100101 | 1000000 | 101 | 0 | 1001000 | 1010 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DAE540
Complementary color
Monochromatic Colors of #DAE540
Black with #DAE540
Text Example
Text Example
White with #DAE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE540; }
p { color: rgb(218,229,64); }
H1.HeaderClassName
{
color: #DAE540;
}
.AnyTagClassName
{
color: #DAE540;
}
</style>
background-color css
<style>
a { background-color: #DAE540; }
a { background-color: rgb(218,229,64); }
div.DivClassName
{
background-color: #DAE540;
}
.BgClassName
{
background-color: #DAE540;
}
</style>
border-color css
<style>
span { border-color: #DAE540; }
span { border-color: rgb(218,229,64); }
td.TdClassName
{
border-color: #DAE540;
}
.TagClassName
{
border-color: #DAE540;
}
</style>