Shades of Starship #DAE643
Tints of Starship #DAE643
RGB
CMYK
RGB Variations
Color information
#DAE643 (or 0xDAE643) is known color: Starship. HEX triplet: DA, E6 and 43. RGB value is (218,230,67). Sum of RGB (Red+Green+Blue) = 218+230+67=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE643 is #2519BC. Grayscale: #D0D0D0. Windows color (decimal): -2431421 or 4450010. OLE color: 4450010.
HSL color Cylindrical-coordinate representation of color #DAE643: hue angle of 64.42º degrees, saturation: 0.77, 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 #DAE643 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 67 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.10 |
| HSL | 64.42º | 0.77% | 0.58% | - |
| HSV(B) | 64.42º | 0.71% | 0.9% | - |
| XYZ | 58.22 | 71.9 | 16.12 | - |
| YUV | 207.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 67 | 0.05 | 0 | 0.71 | 0.10 | 64.42 | 0.77 | 0.58 |
| Hex | DA | E6 | 43 | 5 | 0 | 47 | A | 40 | 4D | 3A |
| Octal | 332 | 346 | 103 | 5 | 0 | 107 | 12 | 100 | 115 | 72 |
| Binary | 11011010 | 11100110 | 1000011 | 101 | 0 | 1000111 | 1010 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DAE643
Complementary color
Monochromatic Colors of #DAE643
Black with #DAE643
Text Example
Text Example
White with #DAE643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE643; }
p { color: rgb(218,230,67); }
H1.HeaderClassName
{
color: #DAE643;
}
.AnyTagClassName
{
color: #DAE643;
}
</style>
background-color css
<style>
a { background-color: #DAE643; }
a { background-color: rgb(218,230,67); }
div.DivClassName
{
background-color: #DAE643;
}
.BgClassName
{
background-color: #DAE643;
}
</style>
border-color css
<style>
span { border-color: #DAE643; }
span { border-color: rgb(218,230,67); }
td.TdClassName
{
border-color: #DAE643;
}
.TagClassName
{
border-color: #DAE643;
}
</style>