Shades of Starship #DAE23B
Tints of Starship #DAE23B
RGB
CMYK
RGB Variations
Color information
#DAE23B (or 0xDAE23B) is known color: Starship. HEX triplet: DA, E2 and 3B. RGB value is (218,226,59). Sum of RGB (Red+Green+Blue) = 218+226+59=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE23B is #251DC4. Grayscale: #CDCDCD. Windows color (decimal): -2432453 or 3924698. OLE color: 3924698.
HSL color Cylindrical-coordinate representation of color #DAE23B: hue angle of 62.87º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAE23B is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 59 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.11 |
| HSL | 62.87º | 0.74% | 0.56% | - |
| HSV(B) | 62.87º | 0.74% | 0.89% | - |
| XYZ | 56.9 | 69.61 | 14.58 | - |
| YUV | 204.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 59 | 0.04 | 0 | 0.74 | 0.11 | 62.87 | 0.74 | 0.56 |
| Hex | DA | E2 | 3B | 4 | 0 | 4A | B | 3F | 4A | 38 |
| Octal | 332 | 342 | 73 | 4 | 0 | 112 | 13 | 77 | 112 | 70 |
| Binary | 11011010 | 11100010 | 111011 | 100 | 0 | 1001010 | 1011 | 111111 | 1001010 | 111000 |
Color Harmonies of #DAE23B
Complementary color
Monochromatic Colors of #DAE23B
Black with #DAE23B
Text Example
Text Example
White with #DAE23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE23B; }
p { color: rgb(218,226,59); }
H1.HeaderClassName
{
color: #DAE23B;
}
.AnyTagClassName
{
color: #DAE23B;
}
</style>
background-color css
<style>
a { background-color: #DAE23B; }
a { background-color: rgb(218,226,59); }
div.DivClassName
{
background-color: #DAE23B;
}
.BgClassName
{
background-color: #DAE23B;
}
</style>
border-color css
<style>
span { border-color: #DAE23B; }
span { border-color: rgb(218,226,59); }
td.TdClassName
{
border-color: #DAE23B;
}
.TagClassName
{
border-color: #DAE23B;
}
</style>