Shades of Starship #DCE338
Tints of Starship #DCE338
RGB
CMYK
RGB Variations
Color information
#DCE338 (or 0xDCE338) is known color: Starship. HEX triplet: DC, E3 and 38. RGB value is (220,227,56). Sum of RGB (Red+Green+Blue) = 220+227+56=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE338 is #231CC7. Grayscale: #CECECE. Windows color (decimal): -2301128 or 3728348. OLE color: 3728348.
HSL color Cylindrical-coordinate representation of color #DCE338: hue angle of 62.46º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCE338 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 56 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.11 |
| HSL | 62.46º | 0.75% | 0.55% | - |
| HSV(B) | 62.46º | 0.75% | 0.89% | - |
| XYZ | 57.7 | 70.44 | 14.3 | - |
| YUV | 205.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 56 | 0.03 | 0 | 0.75 | 0.11 | 62.46 | 0.75 | 0.55 |
| Hex | DC | E3 | 38 | 3 | 0 | 4B | B | 3E | 4B | 37 |
| Octal | 334 | 343 | 70 | 3 | 0 | 113 | 13 | 76 | 113 | 67 |
| Binary | 11011100 | 11100011 | 111000 | 11 | 0 | 1001011 | 1011 | 111110 | 1001011 | 110111 |
Color Harmonies of #DCE338
Complementary color
Monochromatic Colors of #DCE338
Black with #DCE338
Text Example
Text Example
White with #DCE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE338; }
p { color: rgb(220,227,56); }
H1.HeaderClassName
{
color: #DCE338;
}
.AnyTagClassName
{
color: #DCE338;
}
</style>
background-color css
<style>
a { background-color: #DCE338; }
a { background-color: rgb(220,227,56); }
div.DivClassName
{
background-color: #DCE338;
}
.BgClassName
{
background-color: #DCE338;
}
</style>
border-color css
<style>
span { border-color: #DCE338; }
span { border-color: rgb(220,227,56); }
td.TdClassName
{
border-color: #DCE338;
}
.TagClassName
{
border-color: #DCE338;
}
</style>