#DEE33C

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

Shades of Starship #DEE33C

Tints of Starship #DEE33C

Color information

#DEE33C (or 0xDEE33C) is unknown color: approx Starship. HEX triplet: DE, E3 and 3C. RGB value is (222,227,60). Sum of RGB (Red+Green+Blue) = 222+227+60=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE33C is #211CC3. Grayscale: #CFCFCF. Windows color (decimal): -2170052 or 3990494. OLE color: 3990494.

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

Color convert

RGB22222760-
CMYK0.0200.740.11
HSL61.8º74.89%56.27%-
HSV(B)61.8º73.57%89.02%-
XYZ58.4170.7914.86-
YUV206.4745.34139.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 227 (89.06% from 255) = 44.60%
BLUE value IS 60 (23.83% from 255) = 11.79%
R=43.61%
G=44.60%
B=11.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal222227600.0200.740.1161.874.8956.27
HexDEE33C204AB3e4b38
Octal3363437420112137611370
Binary1101111011100011111100100100101010111111101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE33C; }

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

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

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

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

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

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

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

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