#DABC8A

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

Shades of Burly Wood #DABC8A

Tints of Burly Wood #DABC8A

Color information

#DABC8A (or 0xDABC8A) is unknown color: approx Burly Wood. HEX triplet: DA, BC and 8A. RGB value is (218,188,138). Sum of RGB (Red+Green+Blue) = 218+188+138=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8A is #254375. Grayscale: #BFBFBF. Windows color (decimal): -2442102 or 9092314. OLE color: 9092314.

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

Color convert

RGB218188138-
CMYK00.140.370.15
HSL37.5º51.95%69.8%-
HSV(B)37.5º36.7%85.49%-
XYZ51.4852.7131.5-
YUV191.2797.94147.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=40.07%
G=34.56%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818813800.140.370.1537.551.9569.8
HexDABC8A0E25F263446
Octal33227421201645174664106
Binary1101101010111100100010100111010010111111001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC8A; }

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

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

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

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

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

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

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

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