Shades of Starship #DCE949
Tints of Starship #DCE949
RGB
CMYK
RGB Variations
Color information
#DCE949 (or 0xDCE949) is known color: Starship. HEX triplet: DC, E9 and 49. RGB value is (220,233,73). Sum of RGB (Red+Green+Blue) = 220+233+73=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE949 is #2316B6. Grayscale: #D3D3D3. Windows color (decimal): -2299575 or 4843996. OLE color: 4843996.
HSL color Cylindrical-coordinate representation of color #DCE949: hue angle of 64.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCE949 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 73 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.09 |
| HSL | 64.88º | 0.78% | 0.6% | - |
| HSV(B) | 64.88º | 0.69% | 0.91% | - |
| XYZ | 59.86 | 73.97 | 17.43 | - |
| YUV | 210.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 73 | 0.06 | 0 | 0.69 | 0.09 | 64.88 | 0.78 | 0.6 |
| Hex | DC | E9 | 49 | 6 | 0 | 45 | 9 | 41 | 4E | 3C |
| Octal | 334 | 351 | 111 | 6 | 0 | 105 | 11 | 101 | 116 | 74 |
| Binary | 11011100 | 11101001 | 1001001 | 110 | 0 | 1000101 | 1001 | 1000001 | 1001110 | 111100 |
Color Harmonies of #DCE949
Complementary color
Monochromatic Colors of #DCE949
Black with #DCE949
Text Example
Text Example
White with #DCE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE949; }
p { color: rgb(220,233,73); }
H1.HeaderClassName
{
color: #DCE949;
}
.AnyTagClassName
{
color: #DCE949;
}
</style>
background-color css
<style>
a { background-color: #DCE949; }
a { background-color: rgb(220,233,73); }
div.DivClassName
{
background-color: #DCE949;
}
.BgClassName
{
background-color: #DCE949;
}
</style>
border-color css
<style>
span { border-color: #DCE949; }
span { border-color: rgb(220,233,73); }
td.TdClassName
{
border-color: #DCE949;
}
.TagClassName
{
border-color: #DCE949;
}
</style>