#DED060

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

Shades of Manz #DED060

Tints of Manz #DED060

Color information

#DED060 (or 0xDED060) is unknown color: approx Manz. HEX triplet: DE, D0 and 60. RGB value is (222,208,96). Sum of RGB (Red+Green+Blue) = 222+208+96=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED060 is #212F9F. Grayscale: #C7C7C7. Windows color (decimal): -2174880 or 6344926. OLE color: 6344926.

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

Color convert

RGB22220896-
CMYK00.060.570.13
HSL53.33º65.62%62.35%-
HSV(B)53.33º56.76%87.06%-
XYZ54.7961.4920.05-
YUV199.4269.64144.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 96 (37.89% from 255) = 18.25%
R=42.21%
G=39.54%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222089600.060.570.1353.3365.6262.35
HexDED0600639D35423e
Octal3363201400671156510276
Binary11011110110100001100000011011100111011101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED060; }

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

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

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

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

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

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

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

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