#DED85C

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

Shades of Manz #DED85C

Tints of Manz #DED85C

Color information

#DED85C (or 0xDED85C) is unknown color: approx Manz. HEX triplet: DE, D8 and 5C. RGB value is (222,216,92). Sum of RGB (Red+Green+Blue) = 222+216+92=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DED85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED85C is #2127A3. Grayscale: #CCCCCC. Windows color (decimal): -2172836 or 6084830. OLE color: 6084830.

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

Color convert

RGB22221692-
CMYK00.030.590.13
HSL57.23º66.33%61.57%-
HSV(B)57.23º58.56%87.06%-
XYZ56.6165.4119.77-
YUV203.6664.99141.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 92 (36.33% from 255) = 17.36%
R=41.89%
G=40.75%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222169200.030.590.1357.2366.3361.57
HexDED85C033BD39423e
Octal3363301340373157110276
Binary1101111011011000101110001111101111011110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED85C; }

 p { color: rgb(222,216,92); }

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

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

 a { background-color: rgb(222,216,92); }

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

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

 span { border-color: rgb(222,216,92); }

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