#DFB983

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

Shades of Maize #DFB983

Tints of Maize #DFB983

Color information

#DFB983 (or 0xDFB983) is unknown color: approx Maize. HEX triplet: DF, B9 and 83. RGB value is (223,185,131). Sum of RGB (Red+Green+Blue) = 223+185+131=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB983 is #20467C. Grayscale: #BEBEBE. Windows color (decimal): -2115197 or 8632799. OLE color: 8632799.

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

Color convert

RGB223185131-
CMYK00.170.410.13
HSL35.22º58.97%69.41%-
HSV(B)35.22º41.26%87.45%-
XYZ51.8852.0228.78-
YUV190.2194.59151.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=41.37%
G=34.32%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318513100.170.410.1335.2258.9769.41
HexDFB98301129D233b45
Octal33727120302151154373105
Binary11011111101110011000001101000110100111011000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB983; }

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

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

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

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

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

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

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

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