#DFB580

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

Shades of Maize #DFB580

Tints of Maize #DFB580

Color information

#DFB580 (or 0xDFB580) is unknown color: approx Maize. HEX triplet: DF, B5 and 80. RGB value is (223,181,128). Sum of RGB (Red+Green+Blue) = 223+181+128=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB580 is #204A7F. Grayscale: #BBBBBB. Windows color (decimal): -2116224 or 8435167. OLE color: 8435167.

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

Color convert

RGB223181128-
CMYK00.190.430.13
HSL33.47º59.75%68.82%-
HSV(B)33.47º42.6%87.45%-
XYZ50.8550.2927.45-
YUV187.5294.41153.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=41.92%
G=34.02%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318112800.190.430.1333.4759.7568.82
HexDFB5800132BD213c45
Octal33726520002353154174105
Binary11011111101101011000000001001110101111011000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB580; }

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

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

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

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

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

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

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

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