#DEE341

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

Shades of Starship #DEE341

Tints of Starship #DEE341

Color information

#DEE341 (or 0xDEE341) is unknown color: approx Starship. HEX triplet: DE, E3 and 41. RGB value is (222,227,65). Sum of RGB (Red+Green+Blue) = 222+227+65=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE341 is #211CBE. Grayscale: #CFCFCF. Windows color (decimal): -2170047 or 4318174. OLE color: 4318174.

HSL color Cylindrical-coordinate representation of color #DEE341: hue angle of 61.85º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEE341 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB22222765-
CMYK0.0200.710.11
HSL61.85º74.31%57.25%-
HSV(B)61.85º71.37%89.02%-
XYZ58.5570.8515.59-
YUV207.0447.84138.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 65 (25.78% from 255) = 12.65%
R=43.19%
G=44.16%
B=12.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222227650.0200.710.1161.8574.3157.25
HexDEE3412047B3e4a39
Octal33634310120107137611271
Binary11011110111000111000001100100011110111111101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE341; }

 p { color: rgb(222,227,65); }

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

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

 a { background-color: rgb(222,227,65); }

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

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

 span { border-color: rgb(222,227,65); }

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