Shades of Starship #DAE13C
Tints of Starship #DAE13C
RGB
CMYK
RGB Variations
Color information
#DAE13C (or 0xDAE13C) is known color: Starship. HEX triplet: DA, E1 and 3C. RGB value is (218,225,60). Sum of RGB (Red+Green+Blue) = 218+225+60=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE13C is #251EC3. Grayscale: #CCCCCC. Windows color (decimal): -2432708 or 3989978. OLE color: 3989978.
HSL color Cylindrical-coordinate representation of color #DAE13C: hue angle of 62.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE13C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 60 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.12 |
| HSL | 62.55º | 0.73% | 0.56% | - |
| HSV(B) | 62.55º | 0.73% | 0.88% | - |
| XYZ | 56.65 | 69.08 | 14.62 | - |
| YUV | 204.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 60 | 0.03 | 0 | 0.73 | 0.12 | 62.55 | 0.73 | 0.56 |
| Hex | DA | E1 | 3C | 3 | 0 | 49 | C | 3F | 49 | 38 |
| Octal | 332 | 341 | 74 | 3 | 0 | 111 | 14 | 77 | 111 | 70 |
| Binary | 11011010 | 11100001 | 111100 | 11 | 0 | 1001001 | 1100 | 111111 | 1001001 | 111000 |
Color Harmonies of #DAE13C
Complementary color
Monochromatic Colors of #DAE13C
Black with #DAE13C
Text Example
Text Example
White with #DAE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE13C; }
p { color: rgb(218,225,60); }
H1.HeaderClassName
{
color: #DAE13C;
}
.AnyTagClassName
{
color: #DAE13C;
}
</style>
background-color css
<style>
a { background-color: #DAE13C; }
a { background-color: rgb(218,225,60); }
div.DivClassName
{
background-color: #DAE13C;
}
.BgClassName
{
background-color: #DAE13C;
}
</style>
border-color css
<style>
span { border-color: #DAE13C; }
span { border-color: rgb(218,225,60); }
td.TdClassName
{
border-color: #DAE13C;
}
.TagClassName
{
border-color: #DAE13C;
}
</style>