#DED64C

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

Shades of Manz #DED64C

Tints of Manz #DED64C

Color information

#DED64C (or 0xDED64C) is unknown color: approx Manz. HEX triplet: DE, D6 and 4C. RGB value is (222,214,76). Sum of RGB (Red+Green+Blue) = 222+214+76=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DED64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED64C is #2129B3. Grayscale: #C9C9C9. Windows color (decimal): -2173364 or 5035742. OLE color: 5035742.

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

Color convert

RGB22221476-
CMYK00.040.660.13
HSL56.71º68.87%58.43%-
HSV(B)56.71º65.77%87.06%-
XYZ55.4864.1416.29-
YUV200.6657.65143.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 76 (30.08% from 255) = 14.84%
R=43.36%
G=41.80%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222147600.040.660.1356.7168.8758.43
HexDED64C0442D39453a
Octal33632611404102157110572
Binary110111101101011010011000100100001011011110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED64C; }

 p { color: rgb(222,214,76); }

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

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

 a { background-color: rgb(222,214,76); }

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

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

 span { border-color: rgb(222,214,76); }

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