#DFB375

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

Shades of Maize #DFB375

Tints of Maize #DFB375

Color information

#DFB375 (or 0xDFB375) is unknown color: approx Maize. HEX triplet: DF, B3 and 75. RGB value is (223,179,117). Sum of RGB (Red+Green+Blue) = 223+179+117=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB375 is #204C8A. Grayscale: #B9B9B9. Windows color (decimal): -2116747 or 7713759. OLE color: 7713759.

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

Color convert

RGB223179117-
CMYK00.200.480.13
HSL35.09º62.35%66.67%-
HSV(B)35.09º47.53%87.45%-
XYZ49.7649.2123.71-
YUV185.0989.58155.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=42.97%
G=34.49%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317911700.200.480.1335.0962.3566.67
HexDFB37501430D233e43
Octal33726316502460154376103
Binary1101111110110011111010101010011000011011000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB375; }

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

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

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

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

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

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

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

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