#DED353

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

Shades of Manz #DED353

Tints of Manz #DED353

Color information

#DED353 (or 0xDED353) is unknown color: approx Manz. HEX triplet: DE, D3 and 53. RGB value is (222,211,83). Sum of RGB (Red+Green+Blue) = 222+211+83=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DED353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED353 is #212CAC. Grayscale: #C8C8C8. Windows color (decimal): -2174125 or 5493726. OLE color: 5493726.

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

Color convert

RGB22221183-
CMYK00.050.630.13
HSL55.25º67.8%59.8%-
HSV(B)55.25º62.61%87.06%-
XYZ54.9862.7417.4-
YUV199.762.14143.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=43.02%
G=40.89%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222118300.050.630.1355.2567.859.8
HexDED353053FD37443c
Octal3363231230577156710474
Binary11011110110100111010011010111111111011101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED353; }

 p { color: rgb(222,211,83); }

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

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

 a { background-color: rgb(222,211,83); }

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

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

 span { border-color: rgb(222,211,83); }

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