#DED253

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

Shades of Manz #DED253

Tints of Manz #DED253

Color information

#DED253 (or 0xDED253) is unknown color: approx Manz. HEX triplet: DE, D2 and 53. RGB value is (222,210,83). Sum of RGB (Red+Green+Blue) = 222+210+83=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DED253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED253 is #212DAC. Grayscale: #C7C7C7. Windows color (decimal): -2174381 or 5493470. OLE color: 5493470.

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

Color convert

RGB22221083-
CMYK00.050.630.13
HSL54.82º67.8%59.8%-
HSV(B)54.82º62.61%87.06%-
XYZ54.7362.2517.31-
YUV199.1162.48144.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 83 (32.81% from 255) = 16.12%
R=43.11%
G=40.78%
B=16.12%

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
Decimal2222108300.050.630.1354.8267.859.8
HexDED253053FD37443c
Octal3363221230577156710474
Binary11011110110100101010011010111111111011101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED253; }

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

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

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

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

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

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

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

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