Shades of Starship #DAE43D
Tints of Starship #DAE43D
RGB
CMYK
RGB Variations
Color information
#DAE43D (or 0xDAE43D) is known color: Starship. HEX triplet: DA, E4 and 3D. RGB value is (218,228,61). Sum of RGB (Red+Green+Blue) = 218+228+61=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE43D is #251BC2. Grayscale: #CECECE. Windows color (decimal): -2431939 or 4056282. OLE color: 4056282.
HSL color Cylindrical-coordinate representation of color #DAE43D: hue angle of 63.59º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE43D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 61 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.11 |
| HSL | 63.59º | 0.76% | 0.57% | - |
| HSV(B) | 63.59º | 0.73% | 0.89% | - |
| XYZ | 57.5 | 70.73 | 15.04 | - |
| YUV | 205.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 61 | 0.04 | 0 | 0.73 | 0.11 | 63.59 | 0.76 | 0.57 |
| Hex | DA | E4 | 3D | 4 | 0 | 49 | B | 40 | 4C | 39 |
| Octal | 332 | 344 | 75 | 4 | 0 | 111 | 13 | 100 | 114 | 71 |
| Binary | 11011010 | 11100100 | 111101 | 100 | 0 | 1001001 | 1011 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DAE43D
Complementary color
Monochromatic Colors of #DAE43D
Black with #DAE43D
Text Example
Text Example
White with #DAE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE43D; }
p { color: rgb(218,228,61); }
H1.HeaderClassName
{
color: #DAE43D;
}
.AnyTagClassName
{
color: #DAE43D;
}
</style>
background-color css
<style>
a { background-color: #DAE43D; }
a { background-color: rgb(218,228,61); }
div.DivClassName
{
background-color: #DAE43D;
}
.BgClassName
{
background-color: #DAE43D;
}
</style>
border-color css
<style>
span { border-color: #DAE43D; }
span { border-color: rgb(218,228,61); }
td.TdClassName
{
border-color: #DAE43D;
}
.TagClassName
{
border-color: #DAE43D;
}
</style>