#DFBA7D

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

Shades of Maize #DFBA7D

Tints of Maize #DFBA7D

Color information

#DFBA7D (or 0xDFBA7D) is unknown color: approx Maize. HEX triplet: DF, BA and 7D. RGB value is (223,186,125). Sum of RGB (Red+Green+Blue) = 223+186+125=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA7D is #204582. Grayscale: #BEBEBE. Windows color (decimal): -2114947 or 8239839. OLE color: 8239839.

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

Color convert

RGB223186125-
CMYK00.170.440.13
HSL37.35º60.49%68.24%-
HSV(B)37.35º43.95%87.45%-
XYZ51.6952.2926.77-
YUV190.1191.26151.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=41.76%
G=34.83%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318612500.170.440.1337.3560.4968.24
HexDFBA7D0112CD253c44
Octal33727217502154154574104
Binary1101111110111010111110101000110110011011001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA7D; }

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

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

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

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

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

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

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

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