Shades of Starship #DAE341
Tints of Starship #DAE341
RGB
CMYK
RGB Variations
Color information
#DAE341 (or 0xDAE341) is known color: Starship. HEX triplet: DA, E3 and 41. RGB value is (218,227,65). Sum of RGB (Red+Green+Blue) = 218+227+65=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE341 is #251CBE. Grayscale: #CECECE. Windows color (decimal): -2432191 or 4318170. OLE color: 4318170.
HSL color Cylindrical-coordinate representation of color #DAE341: hue angle of 63.33º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE341 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 65 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.11 |
| HSL | 63.33º | 0.74% | 0.57% | - |
| HSV(B) | 63.33º | 0.71% | 0.89% | - |
| XYZ | 57.34 | 70.23 | 15.53 | - |
| YUV | 205.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 65 | 0.04 | 0 | 0.71 | 0.11 | 63.33 | 0.74 | 0.57 |
| Hex | DA | E3 | 41 | 4 | 0 | 47 | B | 3F | 4A | 39 |
| Octal | 332 | 343 | 101 | 4 | 0 | 107 | 13 | 77 | 112 | 71 |
| Binary | 11011010 | 11100011 | 1000001 | 100 | 0 | 1000111 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DAE341
Complementary color
Monochromatic Colors of #DAE341
Black with #DAE341
Text Example
Text Example
White with #DAE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE341; }
p { color: rgb(218,227,65); }
H1.HeaderClassName
{
color: #DAE341;
}
.AnyTagClassName
{
color: #DAE341;
}
</style>
background-color css
<style>
a { background-color: #DAE341; }
a { background-color: rgb(218,227,65); }
div.DivClassName
{
background-color: #DAE341;
}
.BgClassName
{
background-color: #DAE341;
}
</style>
border-color css
<style>
span { border-color: #DAE341; }
span { border-color: rgb(218,227,65); }
td.TdClassName
{
border-color: #DAE341;
}
.TagClassName
{
border-color: #DAE341;
}
</style>