#DFBA80

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

Shades of Maize #DFBA80

Tints of Maize #DFBA80

Color information

#DFBA80 (or 0xDFBA80) is unknown color: approx Maize. HEX triplet: DF, BA and 80. RGB value is (223,186,128). Sum of RGB (Red+Green+Blue) = 223+186+128=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA80 is #20457F. Grayscale: #BEBEBE. Windows color (decimal): -2114944 or 8436447. OLE color: 8436447.

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

Color convert

RGB223186128-
CMYK00.170.430.13
HSL36.63º59.75%68.82%-
HSV(B)36.63º42.6%87.45%-
XYZ51.8952.3627.79-
YUV190.4592.76151.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=41.53%
G=34.64%
B=23.84%

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
Decimal22318612800.170.430.1336.6359.7568.82
HexDFBA800112BD253c45
Octal33727220002153154574105
Binary11011111101110101000000001000110101111011001011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA80; }

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

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

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

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

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

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

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

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