#DFB980

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

Shades of Maize #DFB980

Tints of Maize #DFB980

Color information

#DFB980 (or 0xDFB980) is unknown color: approx Maize. HEX triplet: DF, B9 and 80. RGB value is (223,185,128). Sum of RGB (Red+Green+Blue) = 223+185+128=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB980 is #20467F. Grayscale: #BEBEBE. Windows color (decimal): -2115200 or 8436191. OLE color: 8436191.

HSL color Cylindrical-coordinate representation of color #DFB980: hue angle of 36º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFB980 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223185128-
CMYK00.170.430.13
HSL36º59.75%68.82%-
HSV(B)36º42.6%87.45%-
XYZ51.6851.9427.72-
YUV189.8693.09151.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=41.60%
G=34.51%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318512800.170.430.133659.7568.82
HexDFB9800112BD243c45
Octal33727120002153154474105
Binary11011111101110011000000001000110101111011001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB980; }

 p { color: rgb(223,185,128); }

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

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

 a { background-color: rgb(223,185,128); }

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

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

 span { border-color: rgb(223,185,128); }

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