#DFB47D

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

Shades of Maize #DFB47D

Tints of Maize #DFB47D

Color information

#DFB47D (or 0xDFB47D) is unknown color: approx Maize. HEX triplet: DF, B4 and 7D. RGB value is (223,180,125). Sum of RGB (Red+Green+Blue) = 223+180+125=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB47D is #204B82. Grayscale: #BABABA. Windows color (decimal): -2116483 or 8238303. OLE color: 8238303.

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

Color convert

RGB223180125-
CMYK00.190.440.13
HSL33.67º60.49%68.24%-
HSV(B)33.67º43.95%87.45%-
XYZ50.4549.8126.36-
YUV186.5993.25153.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 125 (49.22% from 255) = 23.67%
R=42.23%
G=34.09%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318012500.190.440.1333.6760.4968.24
HexDFB47D0132CD223c44
Octal33726417502354154274104
Binary1101111110110100111110101001110110011011000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB47D; }

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

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

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

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

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

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

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

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