#DED95A

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

Shades of Manz #DED95A

Tints of Manz #DED95A

Color information

#DED95A (or 0xDED95A) is unknown color: approx Manz. HEX triplet: DE, D9 and 5A. RGB value is (222,217,90). Sum of RGB (Red+Green+Blue) = 222+217+90=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DED95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED95A is #2126A5. Grayscale: #CCCCCC. Windows color (decimal): -2172582 or 5954014. OLE color: 5954014.

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

Color convert

RGB22221790-
CMYK00.020.590.13
HSL57.73º66.67%61.18%-
HSV(B)57.73º59.46%87.06%-
XYZ56.7865.8919.4-
YUV204.0263.66140.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 90 (35.55% from 255) = 17.01%
R=41.97%
G=41.02%
B=17.01%

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
Decimal2222179000.020.590.1357.7366.6761.18
HexDED95A023BD3a433d
Octal3363311320273157210375
Binary1101111011011001101101001011101111011110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED95A; }

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

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

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

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

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

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

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

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