#DAB784

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

Shades of Burly Wood #DAB784

Tints of Burly Wood #DAB784

Color information

#DAB784 (or 0xDAB784) is unknown color: approx Burly Wood. HEX triplet: DA, B7 and 84. RGB value is (218,183,132). Sum of RGB (Red+Green+Blue) = 218+183+132=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB784 is #25487B. Grayscale: #BBBBBB. Windows color (decimal): -2443388 or 8697818. OLE color: 8697818.

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

Color convert

RGB218183132-
CMYK00.160.390.15
HSL35.58º53.75%68.63%-
HSV(B)35.58º39.45%85.49%-
XYZ50.0150.4428.93-
YUV187.6596.6149.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=40.90%
G=34.33%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818313200.160.390.1535.5853.7568.63
HexDAB78401027F243645
Octal33226720402047174466105
Binary11011010101101111000010001000010011111111001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB784; }

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

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

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

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

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

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

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

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