#DED25D

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

Shades of Manz #DED25D

Tints of Manz #DED25D

Color information

#DED25D (or 0xDED25D) is unknown color: approx Manz. HEX triplet: DE, D2 and 5D. RGB value is (222,210,93). Sum of RGB (Red+Green+Blue) = 222+210+93=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED25D is #212DA2. Grayscale: #C8C8C8. Windows color (decimal): -2174371 or 6148830. OLE color: 6148830.

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

Color convert

RGB22221093-
CMYK00.050.580.13
HSL54.42º66.15%61.76%-
HSV(B)54.42º58.11%87.06%-
XYZ55.1562.4119.5-
YUV200.2567.48143.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.29%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=42.29%
G=40%
B=17.71%

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
Decimal2222109300.050.580.1354.4266.1561.76
HexDED25D053AD36423e
Octal3363221350572156610276
Binary11011110110100101011101010111101011011101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED25D; }

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

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

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

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

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

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

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

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