#DFD75C

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

Shades of Manz #DFD75C

Tints of Manz #DFD75C

Color information

#DFD75C (or 0xDFD75C) is unknown color: approx Manz. HEX triplet: DF, D7 and 5C. RGB value is (223,215,92). Sum of RGB (Red+Green+Blue) = 223+215+92=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD75C is #2028A3. Grayscale: #CBCBCB. Windows color (decimal): -2107556 or 6084575. OLE color: 6084575.

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

Color convert

RGB22321592-
CMYK00.040.590.13
HSL56.34º67.18%61.76%-
HSV(B)56.34º58.74%87.45%-
XYZ56.6665.0619.7-
YUV203.3765.15142-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 92 (36.33% from 255) = 17.36%
R=42.08%
G=40.57%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232159200.040.590.1356.3467.1861.76
HexDFD75C043BD38433e
Octal3373271340473157010376
Binary11011111110101111011100010011101111011110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD75C; }

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

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

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

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

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

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

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

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