#DBB985

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

Shades of Burly Wood #DBB985

Tints of Burly Wood #DBB985

Color information

#DBB985 (or 0xDBB985) is unknown color: approx Burly Wood. HEX triplet: DB, B9 and 85. RGB value is (219,185,133). Sum of RGB (Red+Green+Blue) = 219+185+133=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB985 is #24467A. Grayscale: #BDBDBD. Windows color (decimal): -2377339 or 8763867. OLE color: 8763867.

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

Color convert

RGB219185133-
CMYK00.160.390.14
HSL36.28º54.43%69.02%-
HSV(B)36.28º39.27%85.88%-
XYZ50.851.4529.44-
YUV189.2496.26149.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=40.78%
G=34.45%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918513300.160.390.1436.2854.4369.02
HexDBB98501027E243645
Octal33327120502047164466105
Binary11011011101110011000010101000010011111101001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB985; }

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

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

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

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

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

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

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

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