Shades of Starship #DAE347
Tints of Starship #DAE347
RGB
CMYK
RGB Variations
Color information
#DAE347 (or 0xDAE347) is known color: Starship. HEX triplet: DA, E3 and 47. RGB value is (218,227,71). Sum of RGB (Red+Green+Blue) = 218+227+71=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE347 is #251CB8. Grayscale: #CFCFCF. Windows color (decimal): -2432185 or 4711386. OLE color: 4711386.
HSL color Cylindrical-coordinate representation of color #DAE347: hue angle of 63.46º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE347 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 71 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.46º | 0.74% | 0.58% | - |
| HSV(B) | 63.46º | 0.69% | 0.89% | - |
| XYZ | 57.52 | 70.3 | 16.5 | - |
| YUV | 206.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 71 | 0.04 | 0 | 0.69 | 0.11 | 63.46 | 0.74 | 0.58 |
| Hex | DA | E3 | 47 | 4 | 0 | 45 | B | 3F | 4A | 3A |
| Octal | 332 | 343 | 107 | 4 | 0 | 105 | 13 | 77 | 112 | 72 |
| Binary | 11011010 | 11100011 | 1000111 | 100 | 0 | 1000101 | 1011 | 111111 | 1001010 | 111010 |
Color Harmonies of #DAE347
Complementary color
Monochromatic Colors of #DAE347
Black with #DAE347
Text Example
Text Example
White with #DAE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE347; }
p { color: rgb(218,227,71); }
H1.HeaderClassName
{
color: #DAE347;
}
.AnyTagClassName
{
color: #DAE347;
}
</style>
background-color css
<style>
a { background-color: #DAE347; }
a { background-color: rgb(218,227,71); }
div.DivClassName
{
background-color: #DAE347;
}
.BgClassName
{
background-color: #DAE347;
}
</style>
border-color css
<style>
span { border-color: #DAE347; }
span { border-color: rgb(218,227,71); }
td.TdClassName
{
border-color: #DAE347;
}
.TagClassName
{
border-color: #DAE347;
}
</style>