#DED661

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

Shades of Manz #DED661

Tints of Manz #DED661

Color information

#DED661 (or 0xDED661) is unknown color: approx Manz. HEX triplet: DE, D6 and 61. RGB value is (222,214,97). Sum of RGB (Red+Green+Blue) = 222+214+97=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DED661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED661 is #21299E. Grayscale: #CBCBCB. Windows color (decimal): -2173343 or 6411998. OLE color: 6411998.

HSL color Cylindrical-coordinate representation of color #DED661: hue angle of 56.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DED661 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22221497-
CMYK00.040.560.13
HSL56.16º65.45%62.55%-
HSV(B)56.16º56.31%87.06%-
XYZ56.3364.4920.79-
YUV203.0568.15141.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 97 (38.28% from 255) = 18.20%
R=41.65%
G=40.15%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222149700.040.560.1356.1665.4562.55
HexDED6610438D38413f
Octal3363261410470157010177
Binary11011110110101101100001010011100011011110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED661; }

 p { color: rgb(222,214,97); }

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

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

 a { background-color: rgb(222,214,97); }

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

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

 span { border-color: rgb(222,214,97); }

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