#DABB8A

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

Shades of Burly Wood #DABB8A

Tints of Burly Wood #DABB8A

Color information

#DABB8A (or 0xDABB8A) is unknown color: approx Burly Wood. HEX triplet: DA, BB and 8A. RGB value is (218,187,138). Sum of RGB (Red+Green+Blue) = 218+187+138=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB8A is #254475. Grayscale: #BEBEBE. Windows color (decimal): -2442358 or 9092058. OLE color: 9092058.

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

Color convert

RGB218187138-
CMYK00.140.370.15
HSL36.75º51.95%69.8%-
HSV(B)36.75º36.7%85.49%-
XYZ51.2752.2831.43-
YUV190.6898.27147.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=40.15%
G=34.44%
B=25.41%

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
Decimal21818713800.140.370.1536.7551.9569.8
HexDABB8A0E25F253446
Octal33227321201645174564106
Binary1101101010111011100010100111010010111111001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB8A; }

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

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

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

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

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

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

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

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