Shades of Starship #DCE33A
Tints of Starship #DCE33A
RGB
CMYK
RGB Variations
Color information
#DCE33A (or 0xDCE33A) is known color: Starship. HEX triplet: DC, E3 and 3A. RGB value is (220,227,58). Sum of RGB (Red+Green+Blue) = 220+227+58=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE33A is #231CC5. Grayscale: #CECECE. Windows color (decimal): -2301126 or 3859420. OLE color: 3859420.
HSL color Cylindrical-coordinate representation of color #DCE33A: hue angle of 62.49º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE33A is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 58 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.11 |
| HSL | 62.49º | 0.75% | 0.56% | - |
| HSV(B) | 62.49º | 0.74% | 0.89% | - |
| XYZ | 57.75 | 70.46 | 14.56 | - |
| YUV | 205.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 58 | 0.03 | 0 | 0.74 | 0.11 | 62.49 | 0.75 | 0.56 |
| Hex | DC | E3 | 3A | 3 | 0 | 4A | B | 3E | 4B | 38 |
| Octal | 334 | 343 | 72 | 3 | 0 | 112 | 13 | 76 | 113 | 70 |
| Binary | 11011100 | 11100011 | 111010 | 11 | 0 | 1001010 | 1011 | 111110 | 1001011 | 111000 |
Color Harmonies of #DCE33A
Complementary color
Monochromatic Colors of #DCE33A
Black with #DCE33A
Text Example
Text Example
White with #DCE33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE33A; }
p { color: rgb(220,227,58); }
H1.HeaderClassName
{
color: #DCE33A;
}
.AnyTagClassName
{
color: #DCE33A;
}
</style>
background-color css
<style>
a { background-color: #DCE33A; }
a { background-color: rgb(220,227,58); }
div.DivClassName
{
background-color: #DCE33A;
}
.BgClassName
{
background-color: #DCE33A;
}
</style>
border-color css
<style>
span { border-color: #DCE33A; }
span { border-color: rgb(220,227,58); }
td.TdClassName
{
border-color: #DCE33A;
}
.TagClassName
{
border-color: #DCE33A;
}
</style>