#DED955

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

Shades of Manz #DED955

Tints of Manz #DED955

Color information

#DED955 (or 0xDED955) is unknown color: approx Manz. HEX triplet: DE, D9 and 55. RGB value is (222,217,85). Sum of RGB (Red+Green+Blue) = 222+217+85=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED955 is #2126AA. Grayscale: #CBCBCB. Windows color (decimal): -2172587 or 5626334. OLE color: 5626334.

HSL color Cylindrical-coordinate representation of color #DED955: hue angle of 57.81º 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 #DED955 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22221785-
CMYK00.020.620.13
HSL57.81º67.49%60.2%-
HSV(B)57.81º61.71%87.06%-
XYZ56.5865.8118.32-
YUV203.4561.16141.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 85 (33.59% from 255) = 16.22%
R=42.37%
G=41.41%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222178500.020.620.1357.8167.4960.2
HexDED955023ED3a433c
Octal3363311250276157210374
Binary1101111011011001101010101011111011011110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED955; }

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

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

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

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

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

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

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

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