#DED25E

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

Shades of Manz #DED25E

Tints of Manz #DED25E

Color information

#DED25E (or 0xDED25E) is unknown color: approx Manz. HEX triplet: DE, D2 and 5E. RGB value is (222,210,94). Sum of RGB (Red+Green+Blue) = 222+210+94=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED25E is #212DA1. Grayscale: #C8C8C8. Windows color (decimal): -2174370 or 6214366. OLE color: 6214366.

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

Color convert

RGB22221094-
CMYK00.050.580.13
HSL54.38º65.98%61.96%-
HSV(B)54.38º57.66%87.06%-
XYZ55.1962.4319.73-
YUV200.3667.98143.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 94 (37.11% from 255) = 17.87%
R=42.21%
G=39.92%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222109400.050.580.1354.3865.9861.96
HexDED25E053AD36423e
Octal3363221360572156610276
Binary11011110110100101011110010111101011011101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED25E; }

 p { color: rgb(222,210,94); }

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

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

 a { background-color: rgb(222,210,94); }

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

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

 span { border-color: rgb(222,210,94); }

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