#DFDC5F

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

Shades of Manz #DFDC5F

Tints of Manz #DFDC5F

Color information

#DFDC5F (or 0xDFDC5F) is unknown color: approx Manz. HEX triplet: DF, DC and 5F. RGB value is (223,220,95). Sum of RGB (Red+Green+Blue) = 223+220+95=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5F is #2023A0. Grayscale: #CFCFCF. Windows color (decimal): -2106273 or 6282463. OLE color: 6282463.

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

Color convert

RGB22322095-
CMYK00.010.570.13
HSL58.59º66.67%62.35%-
HSV(B)58.59º57.4%87.45%-
XYZ58.0967.720.83-
YUV206.6564.99139.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 95 (37.5% from 255) = 17.66%
R=41.45%
G=40.89%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232209500.010.570.1358.5966.6762.35
HexDFDC5F0139D3b433e
Octal3373341370171157310376
Binary110111111101110010111110111100111011110111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC5F; }

 p { color: rgb(223,220,95); }

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

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

 a { background-color: rgb(223,220,95); }

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

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

 span { border-color: rgb(223,220,95); }

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