#DFBA84

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

Shades of Burly Wood #DFBA84

Tints of Burly Wood #DFBA84

Color information

#DFBA84 (or 0xDFBA84) is unknown color: approx Burly Wood. HEX triplet: DF, BA and 84. RGB value is (223,186,132). Sum of RGB (Red+Green+Blue) = 223+186+132=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA84 is #20457B. Grayscale: #BFBFBF. Windows color (decimal): -2114940 or 8698591. OLE color: 8698591.

HSL color Cylindrical-coordinate representation of color #DFBA84: hue angle of 35.6º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFBA84 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB223186132-
CMYK00.170.410.13
HSL35.6º58.71%69.61%-
HSV(B)35.6º40.81%87.45%-
XYZ52.1652.4729.21-
YUV190.9194.76150.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=41.22%
G=34.38%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318613200.170.410.1335.658.7169.61
HexDFBA8401129D243b46
Octal33727220402151154473106
Binary11011111101110101000010001000110100111011001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA84; }

 p { color: rgb(223,186,132); }

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

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

 a { background-color: rgb(223,186,132); }

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

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

 span { border-color: rgb(223,186,132); }

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