#DBBA84

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

Shades of Burly Wood #DBBA84

Tints of Burly Wood #DBBA84

Color information

#DBBA84 (or 0xDBBA84) is unknown color: approx Burly Wood. HEX triplet: DB, BA and 84. RGB value is (219,186,132). Sum of RGB (Red+Green+Blue) = 219+186+132=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA84 is #24457B. Grayscale: #BDBDBD. Windows color (decimal): -2377084 or 8698587. OLE color: 8698587.

HSL color Cylindrical-coordinate representation of color #DBBA84: hue angle of 37.24º 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 #DBBA84 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219186132-
CMYK00.150.400.14
HSL37.24º54.72%68.82%-
HSV(B)37.24º39.73%85.88%-
XYZ50.9451.8429.15-
YUV189.7195.43148.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 132 (51.95% from 255) = 24.58%
R=40.78%
G=34.64%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918613200.150.400.1437.2454.7268.82
HexDBBA840F28E253745
Octal33327220401750164567105
Binary1101101110111010100001000111110100011101001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA84; }

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

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

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

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

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

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

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

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