#DFDC5D

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

Shades of Manz #DFDC5D

Tints of Manz #DFDC5D

Color information

#DFDC5D (or 0xDFDC5D) is unknown color: approx Manz. HEX triplet: DF, DC and 5D. RGB value is (223,220,93). Sum of RGB (Red+Green+Blue) = 223+220+93=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5D is #2023A2. Grayscale: #CECECE. Windows color (decimal): -2106275 or 6151391. OLE color: 6151391.

HSL color Cylindrical-coordinate representation of color #DFDC5D: hue angle of 58.62º degrees, saturation: 0.67, 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 #DFDC5D is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22322093-
CMYK00.010.580.13
HSL58.62º67.01%61.96%-
HSV(B)58.62º58.3%87.45%-
XYZ5867.6620.36-
YUV206.4263.99139.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 93 (36.72% from 255) = 17.35%
R=41.60%
G=41.04%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232209300.010.580.1358.6267.0161.96
HexDFDC5D013AD3b433e
Octal3373341350172157310376
Binary110111111101110010111010111101011011110111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC5D; }

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

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

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

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

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

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

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

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