#dfbc7c

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

Shades of Straw #DFBC7C

Tints of Straw #DFBC7C

Color information

#DFBC7C (or 0xDFBC7C) is unknown color: approx Straw. HEX triplet: DF, BC and 7C. RGB value is (223,188,124). Sum of RGB (Red+Green+Blue) = 223+188+124=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC7C is #204383. Grayscale: #BFBFBF. Windows color (decimal): -2114436 or 8174815. OLE color: 8174815.

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

Color convert

RGB223188124-
CMYK00.160.440.13
HSL38.79º60.74%68.04%-
HSV(B)38.79º44.39%87.45%-
XYZ52.0553.1126.58-
YUV191.1790.1150.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=41.68%
G=35.14%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318812400.160.440.1338.7960.7468.04
HexDFBC7C0102CD273d44
Octal33727417402054154775104
Binary1101111110111100111110001000010110011011001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfbc7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfbc7c; }

 p { color: rgb(223,188,124); }

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

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

 a { background-color: rgb(223,188,124); }

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

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

 span { border-color: rgb(223,188,124); }

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