#DED161

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

Shades of Manz #DED161

Tints of Manz #DED161

Color information

#DED161 (or 0xDED161) is unknown color: approx Manz. HEX triplet: DE, D1 and 61. RGB value is (222,209,97). Sum of RGB (Red+Green+Blue) = 222+209+97=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DED161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED161 is #212E9E. Grayscale: #C8C8C8. Windows color (decimal): -2174623 or 6410718. OLE color: 6410718.

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

Color convert

RGB22220997-
CMYK00.060.560.13
HSL53.76º65.45%62.55%-
HSV(B)53.76º56.31%87.06%-
XYZ55.0861.9920.37-
YUV200.1269.81143.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=42.05%
G=39.58%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222099700.060.560.1353.7665.4562.55
HexDED1610638D36413f
Octal3363211410670156610177
Binary11011110110100011100001011011100011011101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED161; }

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

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

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

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

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

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

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

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