#DFD94D

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

Shades of Manz #DFD94D

Tints of Manz #DFD94D

Color information

#DFD94D (or 0xDFD94D) is unknown color: approx Manz. HEX triplet: DF, D9 and 4D. RGB value is (223,217,77). Sum of RGB (Red+Green+Blue) = 223+217+77=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD94D is #2026B2. Grayscale: #CBCBCB. Windows color (decimal): -2107059 or 5102047. OLE color: 5102047.

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

Color convert

RGB22321777-
CMYK00.030.650.13
HSL57.53º69.52%58.82%-
HSV(B)57.53º65.47%87.45%-
XYZ56.5865.8516.75-
YUV202.8356.99142.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 77 (30.47% from 255) = 14.89%
R=43.13%
G=41.97%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232177700.030.650.1357.5369.5258.82
HexDFD94D0341D3a463b
Octal33733111503101157210673
Binary11011111110110011001101011100000111011110101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD94D; }

 p { color: rgb(223,217,77); }

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

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

 a { background-color: rgb(223,217,77); }

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

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

 span { border-color: rgb(223,217,77); }

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