#dfbb7f

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

Shades of Maize #DFBB7F

Tints of Maize #DFBB7F

Color information

#DFBB7F (or 0xDFBB7F) is unknown color: approx Maize. HEX triplet: DF, BB and 7F. RGB value is (223,187,127). Sum of RGB (Red+Green+Blue) = 223+187+127=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB7F is #204480. Grayscale: #BFBFBF. Windows color (decimal): -2114689 or 8371167. OLE color: 8371167.

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

Color convert

RGB223187127-
CMYK00.160.430.13
HSL37.5º60%68.63%-
HSV(B)37.5º43.05%87.45%-
XYZ52.0352.7627.52-
YUV190.9291.93150.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 127 (50% from 255) = 23.65%
R=41.53%
G=34.82%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318712700.160.430.1337.56068.63
HexDFBB7F0102BD263c45
Octal33727317702053154674105
Binary1101111110111011111111101000010101111011001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfbb7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfbb7f; }

 p { color: rgb(223,187,127); }

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

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

 a { background-color: rgb(223,187,127); }

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

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

 span { border-color: rgb(223,187,127); }

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