#DEDA57

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

Shades of Manz #DEDA57

Tints of Manz #DEDA57

Color information

#DEDA57 (or 0xDEDA57) is unknown color: approx Manz. HEX triplet: DE, DA and 57. RGB value is (222,218,87). Sum of RGB (Red+Green+Blue) = 222+218+87=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA57 is #2125A8. Grayscale: #CCCCCC. Windows color (decimal): -2172329 or 5757662. OLE color: 5757662.

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

Color convert

RGB22221887-
CMYK00.020.610.13
HSL58.22º67.16%60.59%-
HSV(B)58.22º60.81%87.06%-
XYZ56.9266.3618.83-
YUV204.2661.83140.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 87 (34.38% from 255) = 16.51%
R=42.13%
G=41.37%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222188700.020.610.1358.2267.1660.59
HexDEDA57023DD3a433d
Octal3363321270275157210375
Binary1101111011011010101011101011110111011110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA57; }

 p { color: rgb(222,218,87); }

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

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

 a { background-color: rgb(222,218,87); }

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

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

 span { border-color: rgb(222,218,87); }

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