#DED53C

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

Shades of Starship #DED53C

Tints of Starship #DED53C

Color information

#DED53C (or 0xDED53C) is unknown color: approx Starship. HEX triplet: DE, D5 and 3C. RGB value is (222,213,60). Sum of RGB (Red+Green+Blue) = 222+213+60=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DED53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED53C is #212AC3. Grayscale: #C6C6C6. Windows color (decimal): -2173636 or 3986910. OLE color: 3986910.

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

Color convert

RGB22221360-
CMYK00.040.730.13
HSL56.67º71.05%55.29%-
HSV(B)56.67º72.97%87.06%-
XYZ54.7363.4413.64-
YUV198.2549.98144.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 60 (23.83% from 255) = 12.12%
R=44.85%
G=43.03%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222136000.040.730.1356.6771.0555.29
HexDED53C0449D394737
Octal3363257404111157110767
Binary11011110110101011111000100100100111011110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED53C; }

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

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

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

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

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

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

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

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