#DFB484

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

Shades of Burly Wood #DFB484

Tints of Burly Wood #DFB484

Color information

#DFB484 (or 0xDFB484) is unknown color: approx Burly Wood. HEX triplet: DF, B4 and 84. RGB value is (223,180,132). Sum of RGB (Red+Green+Blue) = 223+180+132=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB484 is #204B7B. Grayscale: #BBBBBB. Windows color (decimal): -2116476 or 8697055. OLE color: 8697055.

HSL color Cylindrical-coordinate representation of color #DFB484: hue angle of 31.65º 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 #DFB484 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB223180132-
CMYK00.190.410.13
HSL31.65º58.71%69.61%-
HSV(B)31.65º40.81%87.45%-
XYZ50.925028.8-
YUV187.3896.75153.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 132 (51.95% from 255) = 24.67%
R=41.68%
G=33.64%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318013200.190.410.1331.6558.7169.61
HexDFB48401329D203b46
Octal33726420402351154073106
Binary11011111101101001000010001001110100111011000001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB484; }

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

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

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

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

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

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

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

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