#DFDE5C

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

Shades of Manz #DFDE5C

Tints of Manz #DFDE5C

Color information

#DFDE5C (or 0xDFDE5C) is unknown color: approx Manz. HEX triplet: DF, DE and 5C. RGB value is (223,222,92). Sum of RGB (Red+Green+Blue) = 223+222+92=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE5C is #2021A3. Grayscale: #D0D0D0. Windows color (decimal): -2105764 or 6086367. OLE color: 6086367.

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

Color convert

RGB22322292-
CMYK00.000.590.13
HSL59.54º67.18%61.76%-
HSV(B)59.54º58.74%87.45%-
XYZ58.4868.720.3-
YUV207.4862.83139.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 92 (36.33% from 255) = 17.13%
R=41.53%
G=41.34%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232229200.000.590.1359.5467.1861.76
HexDFDE5C003BD3c433e
Octal3373361340073157410376
Binary110111111101111010111000011101111011111001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE5C; }

 p { color: rgb(223,222,92); }

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

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

 a { background-color: rgb(223,222,92); }

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

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

 span { border-color: rgb(223,222,92); }

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