#DBB781

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

Shades of Burly Wood #DBB781

Tints of Burly Wood #DBB781

Color information

#DBB781 (or 0xDBB781) is unknown color: approx Burly Wood. HEX triplet: DB, B7 and 81. RGB value is (219,183,129). Sum of RGB (Red+Green+Blue) = 219+183+129=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB781 is #24487E. Grayscale: #BBBBBB. Windows color (decimal): -2377855 or 8501211. OLE color: 8501211.

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

Color convert

RGB219183129-
CMYK00.160.410.14
HSL36º55.56%68.24%-
HSV(B)36º41.1%85.88%-
XYZ50.1150.5127.88-
YUV187.6194.93150.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=41.24%
G=34.46%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918312900.160.410.143655.5668.24
HexDBB78101029E243844
Octal33326720102051164470104
Binary11011011101101111000000101000010100111101001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB781; }

 p { color: rgb(219,183,129); }

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

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

 a { background-color: rgb(219,183,129); }

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

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

 span { border-color: rgb(219,183,129); }

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