#DED95C

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

Shades of Manz #DED95C

Tints of Manz #DED95C

Color information

#DED95C (or 0xDED95C) is unknown color: approx Manz. HEX triplet: DE, D9 and 5C. RGB value is (222,217,92). Sum of RGB (Red+Green+Blue) = 222+217+92=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DED95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED95C is #2126A3. Grayscale: #CCCCCC. Windows color (decimal): -2172580 or 6085086. OLE color: 6085086.

HSL color Cylindrical-coordinate representation of color #DED95C: hue angle of 57.69º 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 #DED95C is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22221792-
CMYK00.020.590.13
HSL57.69º66.33%61.57%-
HSV(B)57.69º58.56%87.06%-
XYZ56.8765.9319.85-
YUV204.2464.66140.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 92 (36.33% from 255) = 17.33%
R=41.81%
G=40.87%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222179200.020.590.1357.6966.3361.57
HexDED95C023BD3a423e
Octal3363311340273157210276
Binary1101111011011001101110001011101111011110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED95C; }

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

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

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

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

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

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

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

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