Shades of Starship #DAE23F
Tints of Starship #DAE23F
RGB
CMYK
RGB Variations
Color information
#DAE23F (or 0xDAE23F) is known color: Starship. HEX triplet: DA, E2 and 3F. RGB value is (218,226,63). Sum of RGB (Red+Green+Blue) = 218+226+63=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE23F is #251DC0. Grayscale: #CDCDCD. Windows color (decimal): -2432449 or 4186842. OLE color: 4186842.
HSL color Cylindrical-coordinate representation of color #DAE23F: hue angle of 62.94º 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 #DAE23F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.11 |
| HSL | 62.94º | 0.74% | 0.57% | - |
| HSV(B) | 62.94º | 0.72% | 0.89% | - |
| XYZ | 57.01 | 69.66 | 15.14 | - |
| YUV | 205.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 63 | 0.04 | 0 | 0.72 | 0.11 | 62.94 | 0.74 | 0.57 |
| Hex | DA | E2 | 3F | 4 | 0 | 48 | B | 3F | 4A | 39 |
| Octal | 332 | 342 | 77 | 4 | 0 | 110 | 13 | 77 | 112 | 71 |
| Binary | 11011010 | 11100010 | 111111 | 100 | 0 | 1001000 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DAE23F
Complementary color
Monochromatic Colors of #DAE23F
Black with #DAE23F
Text Example
Text Example
White with #DAE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE23F; }
p { color: rgb(218,226,63); }
H1.HeaderClassName
{
color: #DAE23F;
}
.AnyTagClassName
{
color: #DAE23F;
}
</style>
background-color css
<style>
a { background-color: #DAE23F; }
a { background-color: rgb(218,226,63); }
div.DivClassName
{
background-color: #DAE23F;
}
.BgClassName
{
background-color: #DAE23F;
}
</style>
border-color css
<style>
span { border-color: #DAE23F; }
span { border-color: rgb(218,226,63); }
td.TdClassName
{
border-color: #DAE23F;
}
.TagClassName
{
border-color: #DAE23F;
}
</style>