#DED05E

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

Shades of Manz #DED05E

Tints of Manz #DED05E

Color information

#DED05E (or 0xDED05E) is unknown color: approx Manz. HEX triplet: DE, D0 and 5E. RGB value is (222,208,94). Sum of RGB (Red+Green+Blue) = 222+208+94=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED05E is #212FA1. Grayscale: #C7C7C7. Windows color (decimal): -2174882 or 6213854. OLE color: 6213854.

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

Color convert

RGB22220894-
CMYK00.060.580.13
HSL53.44º65.98%61.96%-
HSV(B)53.44º57.66%87.06%-
XYZ54.761.4519.57-
YUV199.1968.64144.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 94 (37.11% from 255) = 17.94%
R=42.37%
G=39.69%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222089400.060.580.1353.4465.9861.96
HexDED05E063AD35423e
Octal3363201360672156510276
Binary11011110110100001011110011011101011011101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED05E; }

 p { color: rgb(222,208,94); }

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

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

 a { background-color: rgb(222,208,94); }

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

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

 span { border-color: rgb(222,208,94); }

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