Shades of Starship #DAE148
Tints of Starship #DAE148
RGB
CMYK
RGB Variations
Color information
#DAE148 (or 0xDAE148) is known color: Starship. HEX triplet: DA, E1 and 48. RGB value is (218,225,72). Sum of RGB (Red+Green+Blue) = 218+225+72=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE148 is #251EB7. Grayscale: #CECECE. Windows color (decimal): -2432696 or 4776410. OLE color: 4776410.
HSL color Cylindrical-coordinate representation of color #DAE148: hue angle of 62.75º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE148 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 72 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.12 |
| HSL | 62.75º | 0.72% | 0.58% | - |
| HSV(B) | 62.75º | 0.68% | 0.88% | - |
| XYZ | 57.01 | 69.22 | 16.49 | - |
| YUV | 205.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 72 | 0.03 | 0 | 0.68 | 0.12 | 62.75 | 0.72 | 0.58 |
| Hex | DA | E1 | 48 | 3 | 0 | 44 | C | 3F | 48 | 3A |
| Octal | 332 | 341 | 110 | 3 | 0 | 104 | 14 | 77 | 110 | 72 |
| Binary | 11011010 | 11100001 | 1001000 | 11 | 0 | 1000100 | 1100 | 111111 | 1001000 | 111010 |
Color Harmonies of #DAE148
Complementary color
Monochromatic Colors of #DAE148
Black with #DAE148
Text Example
Text Example
White with #DAE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE148; }
p { color: rgb(218,225,72); }
H1.HeaderClassName
{
color: #DAE148;
}
.AnyTagClassName
{
color: #DAE148;
}
</style>
background-color css
<style>
a { background-color: #DAE148; }
a { background-color: rgb(218,225,72); }
div.DivClassName
{
background-color: #DAE148;
}
.BgClassName
{
background-color: #DAE148;
}
</style>
border-color css
<style>
span { border-color: #DAE148; }
span { border-color: rgb(218,225,72); }
td.TdClassName
{
border-color: #DAE148;
}
.TagClassName
{
border-color: #DAE148;
}
</style>