#DFB67E

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

Shades of Maize #DFB67E

Tints of Maize #DFB67E

Color information

#DFB67E (or 0xDFB67E) is unknown color: approx Maize. HEX triplet: DF, B6 and 7E. RGB value is (223,182,126). Sum of RGB (Red+Green+Blue) = 223+182+126=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB67E is #204981. Grayscale: #BCBCBC. Windows color (decimal): -2115970 or 8304351. OLE color: 8304351.

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

Color convert

RGB223182126-
CMYK00.180.430.13
HSL34.64º60.25%68.43%-
HSV(B)34.64º43.5%87.45%-
XYZ50.9350.6526.83-
YUV187.8793.08153.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 126 (49.61% from 255) = 23.73%
R=42.00%
G=34.27%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318212600.180.430.1334.6460.2568.43
HexDFB67E0122BD233c44
Octal33726617602253154374104
Binary1101111110110110111111001001010101111011000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB67E; }

 p { color: rgb(223,182,126); }

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

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

 a { background-color: rgb(223,182,126); }

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

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

 span { border-color: rgb(223,182,126); }

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