#DEE335

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

Shades of Starship #DEE335

Tints of Starship #DEE335

Color information

#DEE335 (or 0xDEE335) is unknown color: approx Starship. HEX triplet: DE, E3 and 35. RGB value is (222,227,53). Sum of RGB (Red+Green+Blue) = 222+227+53=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE335 is #211CCA. Grayscale: #CECECE. Windows color (decimal): -2170059 or 3531742. OLE color: 3531742.

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

Color convert

RGB22222753-
CMYK0.0200.770.11
HSL61.72º75.65%54.9%-
HSV(B)61.72º76.65%89.02%-
XYZ58.2470.7213.95-
YUV205.6741.84139.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 227 (89.06% from 255) = 45.22%
BLUE value IS 53 (21.09% from 255) = 10.56%
R=44.22%
G=45.22%
B=10.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222227530.0200.770.1161.7275.6554.9
HexDEE335204DB3e4c37
Octal3363436520115137611467
Binary1101111011100011110101100100110110111111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE335; }

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

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

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

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

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

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

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

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