#DFB47A

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

Shades of Maize #DFB47A

Tints of Maize #DFB47A

Color information

#DFB47A (or 0xDFB47A) is unknown color: approx Maize. HEX triplet: DF, B4 and 7A. RGB value is (223,180,122). Sum of RGB (Red+Green+Blue) = 223+180+122=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB47A is #204B85. Grayscale: #BABABA. Windows color (decimal): -2116486 or 8041695. OLE color: 8041695.

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

Color convert

RGB223180122-
CMYK00.190.450.13
HSL34.46º61.21%67.65%-
HSV(B)34.46º45.29%87.45%-
XYZ50.2749.7425.36-
YUV186.2491.75154.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=42.48%
G=34.29%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318012200.190.450.1334.4661.2167.65
HexDFB47A0132DD223d44
Octal33726417202355154275104
Binary1101111110110100111101001001110110111011000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB47A; }

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

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

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

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

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

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

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

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