#DFBC8B

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

Shades of Burly Wood #DFBC8B

Tints of Burly Wood #DFBC8B

Color information

#DFBC8B (or 0xDFBC8B) is unknown color: approx Burly Wood. HEX triplet: DF, BC and 8B. RGB value is (223,188,139). Sum of RGB (Red+Green+Blue) = 223+188+139=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBC8B is #204374. Grayscale: #C1C1C1. Windows color (decimal): -2114421 or 9157855. OLE color: 9157855.

HSL color Cylindrical-coordinate representation of color #DFBC8B: hue angle of 35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFBC8B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223188139-
CMYK00.160.380.13
HSL35º56.76%70.98%-
HSV(B)35º37.67%87.45%-
XYZ53.0753.5231.96-
YUV192.8897.6149.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 139 (54.69% from 255) = 25.27%
R=40.55%
G=34.18%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318813900.160.380.133556.7670.98
HexDFBC8B01026D233947
Octal33727421302046154371107
Binary11011111101111001000101101000010011011011000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBC8B; }

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

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

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

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

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

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

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

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