#ded359

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

Shades of Manz #DED359

Tints of Manz #DED359

Color information

#DED359 (or 0xDED359) is unknown color: approx Manz. HEX triplet: DE, D3 and 59. RGB value is (222,211,89). Sum of RGB (Red+Green+Blue) = 222+211+89=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DED359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED359 is #212CA6. Grayscale: #C8C8C8. Windows color (decimal): -2174119 or 5886942. OLE color: 5886942.

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

Color convert

RGB22221189-
CMYK00.050.600.13
HSL55.04º66.83%60.98%-
HSV(B)55.04º59.91%87.06%-
XYZ55.2262.8418.67-
YUV200.3865.14143.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.53%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 89 (35.16% from 255) = 17.05%
R=42.53%
G=40.42%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222118900.050.600.1355.0466.8360.98
HexDED359053CD37433d
Octal3363231310574156710375
Binary11011110110100111011001010111110011011101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ded359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ded359; }

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

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

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

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

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

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

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

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