#DBB98A

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

Shades of Burly Wood #DBB98A

Tints of Burly Wood #DBB98A

Color information

#DBB98A (or 0xDBB98A) is unknown color: approx Burly Wood. HEX triplet: DB, B9 and 8A. RGB value is (219,185,138). Sum of RGB (Red+Green+Blue) = 219+185+138=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB98A is #244675. Grayscale: #BEBEBE. Windows color (decimal): -2377334 or 9091547. OLE color: 9091547.

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

Color convert

RGB219185138-
CMYK00.160.370.14
HSL34.81º52.94%70%-
HSV(B)34.81º36.99%85.88%-
XYZ51.1551.5931.31-
YUV189.8198.76148.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 138 (54.30% from 255) = 25.46%
R=40.41%
G=34.13%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918513800.160.370.1434.8152.9470
HexDBB98A01025E233546
Octal33327121202045164365106
Binary11011011101110011000101001000010010111101000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB98A; }

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

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

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

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

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

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

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

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