#DAB787

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

Shades of Burly Wood #DAB787

Tints of Burly Wood #DAB787

Color information

#DAB787 (or 0xDAB787) is unknown color: approx Burly Wood. HEX triplet: DA, B7 and 87. RGB value is (218,183,135). Sum of RGB (Red+Green+Blue) = 218+183+135=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB787 is #254878. Grayscale: #BCBCBC. Windows color (decimal): -2443385 or 8894426. OLE color: 8894426.

HSL color Cylindrical-coordinate representation of color #DAB787: hue angle of 34.7º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAB787 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218183135-
CMYK00.160.380.15
HSL34.7º52.87%69.22%-
HSV(B)34.7º38.07%85.49%-
XYZ50.2250.5230.03-
YUV187.9998.1149.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=40.67%
G=34.14%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818313500.160.380.1534.752.8769.22
HexDAB78701026F233545
Octal33226720702046174365105
Binary11011010101101111000011101000010011011111000111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB787; }

 p { color: rgb(218,183,135); }

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

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

 a { background-color: rgb(218,183,135); }

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

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

 span { border-color: rgb(218,183,135); }

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