#DED158

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

Shades of Manz #DED158

Tints of Manz #DED158

Color information

#DED158 (or 0xDED158) is unknown color: approx Manz. HEX triplet: DE, D1 and 58. RGB value is (222,209,88). Sum of RGB (Red+Green+Blue) = 222+209+88=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED158 is #212EA7. Grayscale: #C7C7C7. Windows color (decimal): -2174632 or 5820894. OLE color: 5820894.

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

Color convert

RGB22220988-
CMYK00.060.600.13
HSL54.18º67%60.78%-
HSV(B)54.18º60.36%87.06%-
XYZ54.6961.8418.29-
YUV199.0965.31144.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 88 (34.77% from 255) = 16.96%
R=42.77%
G=40.27%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222098800.060.600.1354.186760.78
HexDED158063CD36433d
Octal3363211300674156610375
Binary11011110110100011011000011011110011011101101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED158; }

 p { color: rgb(222,209,88); }

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

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

 a { background-color: rgb(222,209,88); }

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

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

 span { border-color: rgb(222,209,88); }

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