#DBB983

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

Shades of Burly Wood #DBB983

Tints of Burly Wood #DBB983

Color information

#DBB983 (or 0xDBB983) is unknown color: approx Burly Wood. HEX triplet: DB, B9 and 83. RGB value is (219,185,131). Sum of RGB (Red+Green+Blue) = 219+185+131=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB983 is #24467C. Grayscale: #BDBDBD. Windows color (decimal): -2377341 or 8632795. OLE color: 8632795.

HSL color Cylindrical-coordinate representation of color #DBB983: hue angle of 36.82º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB983 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219185131-
CMYK00.160.400.14
HSL36.82º55%68.63%-
HSV(B)36.82º40.18%85.88%-
XYZ50.6651.428.72-
YUV189.0195.26149.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=40.93%
G=34.58%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918513100.160.400.1436.825568.63
HexDBB98301028E253745
Octal33327120302050164567105
Binary11011011101110011000001101000010100011101001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB983; }

 p { color: rgb(219,185,131); }

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

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

 a { background-color: rgb(219,185,131); }

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

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

 span { border-color: rgb(219,185,131); }

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