Shades of Starship #DAE448
Tints of Starship #DAE448
RGB
CMYK
RGB Variations
Color information
#DAE448 (or 0xDAE448) is known color: Starship. HEX triplet: DA, E4 and 48. RGB value is (218,228,72). Sum of RGB (Red+Green+Blue) = 218+228+72=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE448 is #251BB7. Grayscale: #CFCFCF. Windows color (decimal): -2431928 or 4777178. OLE color: 4777178.
HSL color Cylindrical-coordinate representation of color #DAE448: hue angle of 63.85º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE448 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 72 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.85º | 0.74% | 0.59% | - |
| HSV(B) | 63.85º | 0.68% | 0.89% | - |
| XYZ | 57.83 | 70.86 | 16.76 | - |
| YUV | 207.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 72 | 0.04 | 0 | 0.68 | 0.11 | 63.85 | 0.74 | 0.59 |
| Hex | DA | E4 | 48 | 4 | 0 | 44 | B | 40 | 4A | 3B |
| Octal | 332 | 344 | 110 | 4 | 0 | 104 | 13 | 100 | 112 | 73 |
| Binary | 11011010 | 11100100 | 1001000 | 100 | 0 | 1000100 | 1011 | 1000000 | 1001010 | 111011 |
Color Harmonies of #DAE448
Complementary color
Monochromatic Colors of #DAE448
Black with #DAE448
Text Example
Text Example
White with #DAE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE448; }
p { color: rgb(218,228,72); }
H1.HeaderClassName
{
color: #DAE448;
}
.AnyTagClassName
{
color: #DAE448;
}
</style>
background-color css
<style>
a { background-color: #DAE448; }
a { background-color: rgb(218,228,72); }
div.DivClassName
{
background-color: #DAE448;
}
.BgClassName
{
background-color: #DAE448;
}
</style>
border-color css
<style>
span { border-color: #DAE448; }
span { border-color: rgb(218,228,72); }
td.TdClassName
{
border-color: #DAE448;
}
.TagClassName
{
border-color: #DAE448;
}
</style>