#DCE038

Color #DCE038 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DCE038

Tints of Starship #DCE038

Color information

#DCE038 (or 0xDCE038) is unknown color: approx Starship. HEX triplet: DC, E0 and 38. RGB value is (220,224,56). Sum of RGB (Red+Green+Blue) = 220+224+56=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE038 is #231FC7. Grayscale: #CCCCCC. Windows color (decimal): -2301896 or 3727580. OLE color: 3727580.

HSL color Cylindrical-coordinate representation of color #DCE038: hue angle of 61.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCE038 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB22022456-
CMYK0.0200.750.12
HSL61.43º73.04%54.9%-
HSV(B)61.43º75%87.84%-
XYZ56.8868.8114.03-
YUV203.6544.67139.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 224 (87.89% from 255) = 44.8%
BLUE value IS 56 (22.27% from 255) = 11.2%
R=44%
G=44.8%
B=11.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal220224560.0200.750.1261.4373.0454.9
HexDCE038204BC3d4937
Octal3343407020113147511167
Binary1101110011100000111000100100101111001111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE038; }

 p { color: rgb(220,224,56); }

 H1.HeaderClassName
 {
   color: #DCE038;
 }
 .AnyTagClassName
 {
   color: #DCE038;
 }
</style>
background-color css

<style>
 a { background-color: #DCE038; }

 a { background-color: rgb(220,224,56); }

 div.DivClassName
 {
   background-color: #DCE038;
 }
 .BgClassName
 {
   background-color: #DCE038;
 }
</style>
border-color css

<style>
 span { border-color: #DCE038; }

 span { border-color: rgb(220,224,56); }

 td.TdClassName
 {
   border-color: #DCE038;
 }
 .TagClassName
 {
   border-color: #DCE038;
 }
</style>