#DED533

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

Shades of Starship #DED533

Tints of Starship #DED533

Color information

#DED533 (or 0xDED533) is unknown color: approx Starship. HEX triplet: DE, D5 and 33. RGB value is (222,213,51). Sum of RGB (Red+Green+Blue) = 222+213+51=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DED533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED533 is #212ACC. Grayscale: #C5C5C5. Windows color (decimal): -2173645 or 3397086. OLE color: 3397086.

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

Color convert

RGB22221351-
CMYK00.040.770.13
HSL56.84º72.15%53.53%-
HSV(B)56.84º77.03%87.06%-
XYZ54.5263.3612.49-
YUV197.2245.48145.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 51 (20.31% from 255) = 10.49%
R=45.68%
G=43.83%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222135100.040.770.1356.8472.1553.53
HexDED533044DD394836
Octal3363256304115157111066
Binary11011110110101011100110100100110111011110011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED533; }

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

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

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

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

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

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

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

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