#DEE83E

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

Shades of Starship #DEE83E

Tints of Starship #DEE83E

Color information

#DEE83E (or 0xDEE83E) is unknown color: approx Starship. HEX triplet: DE, E8 and 3E. RGB value is (222,232,62). Sum of RGB (Red+Green+Blue) = 222+232+62=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE83E is #2117C1. Grayscale: #D2D2D2. Windows color (decimal): -2168770 or 4122846. OLE color: 4122846.

HSL color Cylindrical-coordinate representation of color #DEE83E: hue angle of 63.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEE83E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB22223262-
CMYK0.0400.730.09
HSL63.53º78.7%57.65%-
HSV(B)63.53º73.28%90.98%-
XYZ59.8573.5915.61-
YUV209.6344.69136.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 232 (91.02% from 255) = 44.96%
BLUE value IS 62 (24.61% from 255) = 12.02%
R=43.02%
G=44.96%
B=12.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222232620.0400.730.0963.5378.757.65
HexDEE83E40499404f3a
Octal33635076401111110011772
Binary110111101110100011111010001001001100110000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE83E; }

 p { color: rgb(222,232,62); }

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

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

 a { background-color: rgb(222,232,62); }

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

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

 span { border-color: rgb(222,232,62); }

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