#DBBA88

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

Shades of Burly Wood #DBBA88

Tints of Burly Wood #DBBA88

Color information

#DBBA88 (or 0xDBBA88) is unknown color: approx Burly Wood. HEX triplet: DB, BA and 88. RGB value is (219,186,136). Sum of RGB (Red+Green+Blue) = 219+186+136=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA88 is #244577. Grayscale: #BEBEBE. Windows color (decimal): -2377080 or 8960731. OLE color: 8960731.

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

Color convert

RGB219186136-
CMYK00.150.380.14
HSL36.14º53.55%69.61%-
HSV(B)36.14º37.9%85.88%-
XYZ51.2251.9630.62-
YUV190.1797.43148.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 136 (53.52% from 255) = 25.14%
R=40.48%
G=34.38%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918613600.150.380.1436.1453.5569.61
HexDBBA880F26E243646
Octal33327221001746164466106
Binary1101101110111010100010000111110011011101001001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBA88; }

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

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

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

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

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

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

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

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