#DABC8B

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

Shades of Burly Wood #DABC8B

Tints of Burly Wood #DABC8B

Color information

#DABC8B (or 0xDABC8B) is unknown color: approx Burly Wood. HEX triplet: DA, BC and 8B. RGB value is (218,188,139). Sum of RGB (Red+Green+Blue) = 218+188+139=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8B is #254374. Grayscale: #BFBFBF. Windows color (decimal): -2442101 or 9157850. OLE color: 9157850.

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

Color convert

RGB218188139-
CMYK00.140.360.15
HSL37.22º51.63%70%-
HSV(B)37.22º36.24%85.49%-
XYZ51.5652.7431.89-
YUV191.3898.44146.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=40%
G=34.50%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818813900.140.360.1537.2251.6370
HexDABC8B0E24F253446
Octal33227421301644174564106
Binary1101101010111100100010110111010010011111001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC8B; }

 p { color: rgb(218,188,139); }

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

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

 a { background-color: rgb(218,188,139); }

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

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

 span { border-color: rgb(218,188,139); }

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