#DFB377

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

Shades of Maize #DFB377

Tints of Maize #DFB377

Color information

#DFB377 (or 0xDFB377) is unknown color: approx Maize. HEX triplet: DF, B3 and 77. RGB value is (223,179,119). Sum of RGB (Red+Green+Blue) = 223+179+119=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB377 is #204C88. Grayscale: #B9B9B9. Windows color (decimal): -2116745 or 7844831. OLE color: 7844831.

HSL color Cylindrical-coordinate representation of color #DFB377: hue angle of 34.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFB377 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB223179119-
CMYK00.200.470.13
HSL34.62º61.9%67.06%-
HSV(B)34.62º46.64%87.45%-
XYZ49.8849.2624.33-
YUV185.3290.58154.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 119 (46.88% from 255) = 22.84%
R=42.80%
G=34.36%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317911900.200.470.1334.6261.967.06
HexDFB3770142FD233e43
Octal33726316702457154376103
Binary1101111110110011111011101010010111111011000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB377; }

 p { color: rgb(223,179,119); }

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

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

 a { background-color: rgb(223,179,119); }

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

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

 span { border-color: rgb(223,179,119); }

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