Shades of Starship #DCEA49
Tints of Starship #DCEA49
RGB
CMYK
RGB Variations
Color information
#DCEA49 (or 0xDCEA49) is known color: Starship. HEX triplet: DC, EA and 49. RGB value is (220,234,73). Sum of RGB (Red+Green+Blue) = 220+234+73=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA49 is #2315B6. Grayscale: #D4D4D4. Windows color (decimal): -2299319 or 4844252. OLE color: 4844252.
HSL color Cylindrical-coordinate representation of color #DCEA49: hue angle of 65.22º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEA49 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 73 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.08 |
| HSL | 65.22º | 0.79% | 0.6% | - |
| HSV(B) | 65.22º | 0.69% | 0.92% | - |
| XYZ | 60.14 | 74.54 | 17.52 | - |
| YUV | 211.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 73 | 0.06 | 0 | 0.69 | 0.08 | 65.22 | 0.79 | 0.6 |
| Hex | DC | EA | 49 | 6 | 0 | 45 | 8 | 41 | 4F | 3C |
| Octal | 334 | 352 | 111 | 6 | 0 | 105 | 10 | 101 | 117 | 74 |
| Binary | 11011100 | 11101010 | 1001001 | 110 | 0 | 1000101 | 1000 | 1000001 | 1001111 | 111100 |
Color Harmonies of #DCEA49
Complementary color
Monochromatic Colors of #DCEA49
Black with #DCEA49
Text Example
Text Example
White with #DCEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA49; }
p { color: rgb(220,234,73); }
H1.HeaderClassName
{
color: #DCEA49;
}
.AnyTagClassName
{
color: #DCEA49;
}
</style>
background-color css
<style>
a { background-color: #DCEA49; }
a { background-color: rgb(220,234,73); }
div.DivClassName
{
background-color: #DCEA49;
}
.BgClassName
{
background-color: #DCEA49;
}
</style>
border-color css
<style>
span { border-color: #DCEA49; }
span { border-color: rgb(220,234,73); }
td.TdClassName
{
border-color: #DCEA49;
}
.TagClassName
{
border-color: #DCEA49;
}
</style>