#DEDD4D

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

Shades of Manz #DEDD4D

Tints of Manz #DEDD4D

Color information

#DEDD4D (or 0xDEDD4D) is unknown color: approx Manz. HEX triplet: DE, DD and 4D. RGB value is (222,221,77). Sum of RGB (Red+Green+Blue) = 222+221+77=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD4D is #2122B2. Grayscale: #CDCDCD. Windows color (decimal): -2171571 or 5103070. OLE color: 5103070.

HSL color Cylindrical-coordinate representation of color #DEDD4D: hue angle of 59.59º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEDD4D is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22222177-
CMYK00.000.650.13
HSL59.59º68.72%58.63%-
HSV(B)59.59º65.32%87.06%-
XYZ57.3267.7817.08-
YUV204.8855.83140.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 77 (30.47% from 255) = 14.81%
R=42.69%
G=42.5%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222217700.000.650.1359.5968.7258.63
HexDEDD4D0041D3c453b
Octal33633511500101157410573
Binary1101111011011101100110100100000111011111001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD4D; }

 p { color: rgb(222,221,77); }

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

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

 a { background-color: rgb(222,221,77); }

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

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

 span { border-color: rgb(222,221,77); }

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