#DEDD58

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

Shades of Manz #DEDD58

Tints of Manz #DEDD58

Color information

#DEDD58 (or 0xDEDD58) is unknown color: approx Manz. HEX triplet: DE, DD and 58. RGB value is (222,221,88). Sum of RGB (Red+Green+Blue) = 222+221+88=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD58 is #2122A7. Grayscale: #CECECE. Windows color (decimal): -2171560 or 5823966. OLE color: 5823966.

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

Color convert

RGB22222188-
CMYK00.000.600.13
HSL59.55º67%60.78%-
HSV(B)59.55º60.36%87.06%-
XYZ57.7467.9519.3-
YUV206.1461.33139.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 88 (34.77% from 255) = 16.57%
R=41.81%
G=41.62%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222218800.000.600.1359.556760.78
HexDEDD58003CD3c433d
Octal3363351300074157410375
Binary110111101101110110110000011110011011111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD58; }

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

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

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

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

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

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

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

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