#DED455

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

Shades of Manz #DED455

Tints of Manz #DED455

Color information

#DED455 (or 0xDED455) is unknown color: approx Manz. HEX triplet: DE, D4 and 55. RGB value is (222,212,85). Sum of RGB (Red+Green+Blue) = 222+212+85=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED455 is #212BAA. Grayscale: #C9C9C9. Windows color (decimal): -2173867 or 5625054. OLE color: 5625054.

HSL color Cylindrical-coordinate representation of color #DED455: hue angle of 55.62º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DED455 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22221285-
CMYK00.050.620.13
HSL55.62º67.49%60.2%-
HSV(B)55.62º61.71%87.06%-
XYZ55.3163.2717.89-
YUV200.5162.81143.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 85 (33.59% from 255) = 16.38%
R=42.77%
G=40.85%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222128500.050.620.1355.6267.4960.2
HexDED455053ED38433c
Octal3363241250576157010374
Binary11011110110101001010101010111111011011110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED455; }

 p { color: rgb(222,212,85); }

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

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

 a { background-color: rgb(222,212,85); }

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

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

 span { border-color: rgb(222,212,85); }

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