Shades of Starship #DAE340
Tints of Starship #DAE340
RGB
CMYK
RGB Variations
Color information
#DAE340 (or 0xDAE340) is known color: Starship. HEX triplet: DA, E3 and 40. RGB value is (218,227,64). Sum of RGB (Red+Green+Blue) = 218+227+64=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE340 is #251CBF. Grayscale: #CECECE. Windows color (decimal): -2432192 or 4252634. OLE color: 4252634.
HSL color Cylindrical-coordinate representation of color #DAE340: hue angle of 63.31º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE340 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.11 |
| HSL | 63.31º | 0.74% | 0.57% | - |
| HSV(B) | 63.31º | 0.72% | 0.89% | - |
| XYZ | 57.31 | 70.21 | 15.38 | - |
| YUV | 205.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 64 | 0.04 | 0 | 0.72 | 0.11 | 63.31 | 0.74 | 0.57 |
| Hex | DA | E3 | 40 | 4 | 0 | 48 | B | 3F | 4A | 39 |
| Octal | 332 | 343 | 100 | 4 | 0 | 110 | 13 | 77 | 112 | 71 |
| Binary | 11011010 | 11100011 | 1000000 | 100 | 0 | 1001000 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DAE340
Complementary color
Monochromatic Colors of #DAE340
Black with #DAE340
Text Example
Text Example
White with #DAE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE340; }
p { color: rgb(218,227,64); }
H1.HeaderClassName
{
color: #DAE340;
}
.AnyTagClassName
{
color: #DAE340;
}
</style>
background-color css
<style>
a { background-color: #DAE340; }
a { background-color: rgb(218,227,64); }
div.DivClassName
{
background-color: #DAE340;
}
.BgClassName
{
background-color: #DAE340;
}
</style>
border-color css
<style>
span { border-color: #DAE340; }
span { border-color: rgb(218,227,64); }
td.TdClassName
{
border-color: #DAE340;
}
.TagClassName
{
border-color: #DAE340;
}
</style>