#DED62C

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

Shades of Starship #DED62C

Tints of Starship #DED62C

Color information

#DED62C (or 0xDED62C) is unknown color: approx Starship. HEX triplet: DE, D6 and 2C. RGB value is (222,214,44). Sum of RGB (Red+Green+Blue) = 222+214+44=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DED62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED62C is #2129D3. Grayscale: #C5C5C5. Windows color (decimal): -2173396 or 2938590. OLE color: 2938590.

HSL color Cylindrical-coordinate representation of color #DED62C: hue angle of 57.3º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DED62C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22221444-
CMYK00.040.800.13
HSL57.3º72.95%52.16%-
HSV(B)57.3º80.18%87.06%-
XYZ54.6363.811.82-
YUV197.0141.65145.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 214 (83.98% from 255) = 44.58%
BLUE value IS 44 (17.58% from 255) = 9.17%
R=46.25%
G=44.58%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222144400.040.800.1357.372.9552.16
HexDED62C0450D394934
Octal3363265404120157111164
Binary11011110110101101011000100101000011011110011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED62C; }

 p { color: rgb(222,214,44); }

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

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

 a { background-color: rgb(222,214,44); }

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

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

 span { border-color: rgb(222,214,44); }

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