#DFB682

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

Shades of Maize #DFB682

Tints of Maize #DFB682

Color information

#DFB682 (or 0xDFB682) is unknown color: approx Maize. HEX triplet: DF, B6 and 82. RGB value is (223,182,130). Sum of RGB (Red+Green+Blue) = 223+182+130=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB682 is #20497D. Grayscale: #BCBCBC. Windows color (decimal): -2115966 or 8566495. OLE color: 8566495.

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

Color convert

RGB223182130-
CMYK00.180.420.13
HSL33.55º59.24%69.22%-
HSV(B)33.55º41.7%87.45%-
XYZ51.1950.7628.22-
YUV188.3395.08152.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=41.68%
G=34.02%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318213000.180.420.1333.5559.2469.22
HexDFB6820122AD223b45
Octal33726620202252154273105
Binary11011111101101101000001001001010101011011000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB682; }

 p { color: rgb(223,182,130); }

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

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

 a { background-color: rgb(223,182,130); }

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

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

 span { border-color: rgb(223,182,130); }

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