Shades of Starship #DAE543
Tints of Starship #DAE543
RGB
CMYK
RGB Variations
Color information
#DAE543 (or 0xDAE543) is known color: Starship. HEX triplet: DA, E5 and 43. RGB value is (218,229,67). Sum of RGB (Red+Green+Blue) = 218+229+67=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE543 is #251ABC. Grayscale: #CFCFCF. Windows color (decimal): -2431677 or 4449754. OLE color: 4449754.
HSL color Cylindrical-coordinate representation of color #DAE543: hue angle of 64.07º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE543 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 67 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.10 |
| HSL | 64.07º | 0.76% | 0.58% | - |
| HSV(B) | 64.07º | 0.71% | 0.9% | - |
| XYZ | 57.95 | 71.35 | 16.03 | - |
| YUV | 207.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 67 | 0.05 | 0 | 0.71 | 0.10 | 64.07 | 0.76 | 0.58 |
| Hex | DA | E5 | 43 | 5 | 0 | 47 | A | 40 | 4C | 3A |
| Octal | 332 | 345 | 103 | 5 | 0 | 107 | 12 | 100 | 114 | 72 |
| Binary | 11011010 | 11100101 | 1000011 | 101 | 0 | 1000111 | 1010 | 1000000 | 1001100 | 111010 |
Color Harmonies of #DAE543
Complementary color
Monochromatic Colors of #DAE543
Black with #DAE543
Text Example
Text Example
White with #DAE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE543; }
p { color: rgb(218,229,67); }
H1.HeaderClassName
{
color: #DAE543;
}
.AnyTagClassName
{
color: #DAE543;
}
</style>
background-color css
<style>
a { background-color: #DAE543; }
a { background-color: rgb(218,229,67); }
div.DivClassName
{
background-color: #DAE543;
}
.BgClassName
{
background-color: #DAE543;
}
</style>
border-color css
<style>
span { border-color: #DAE543; }
span { border-color: rgb(218,229,67); }
td.TdClassName
{
border-color: #DAE543;
}
.TagClassName
{
border-color: #DAE543;
}
</style>