#DAB782

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

Shades of Burly Wood #DAB782

Tints of Burly Wood #DAB782

Color information

#DAB782 (or 0xDAB782) is unknown color: approx Burly Wood. HEX triplet: DA, B7 and 82. RGB value is (218,183,130). Sum of RGB (Red+Green+Blue) = 218+183+130=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB782 is #25487D. Grayscale: #BBBBBB. Windows color (decimal): -2443390 or 8566746. OLE color: 8566746.

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

Color convert

RGB218183130-
CMYK00.160.400.15
HSL36.14º54.32%68.24%-
HSV(B)36.14º40.37%85.49%-
XYZ49.8850.3828.22-
YUV187.4295.6149.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=41.05%
G=34.46%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818313000.160.400.1536.1454.3268.24
HexDAB78201028F243644
Octal33226720202050174466104
Binary11011010101101111000001001000010100011111001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB782; }

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

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

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

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

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

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

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

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