#DED15D

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

Shades of Manz #DED15D

Tints of Manz #DED15D

Color information

#DED15D (or 0xDED15D) is unknown color: approx Manz. HEX triplet: DE, D1 and 5D. RGB value is (222,209,93). Sum of RGB (Red+Green+Blue) = 222+209+93=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED15D is #212EA2. Grayscale: #C8C8C8. Windows color (decimal): -2174627 or 6148574. OLE color: 6148574.

HSL color Cylindrical-coordinate representation of color #DED15D: hue angle of 53.95º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DED15D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22220993-
CMYK00.060.580.13
HSL53.95º66.15%61.76%-
HSV(B)53.95º58.11%87.06%-
XYZ54.961.9219.41-
YUV199.6667.81143.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 93 (36.72% from 255) = 17.75%
R=42.37%
G=39.89%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222099300.060.580.1353.9566.1561.76
HexDED15D063AD36423e
Octal3363211350672156610276
Binary11011110110100011011101011011101011011101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED15D; }

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

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

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

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

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

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

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

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