#DAB886

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

Shades of Burly Wood #DAB886

Tints of Burly Wood #DAB886

Color information

#DAB886 (or 0xDAB886) is unknown color: approx Burly Wood. HEX triplet: DA, B8 and 86. RGB value is (218,184,134). Sum of RGB (Red+Green+Blue) = 218+184+134=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB886 is #254779. Grayscale: #BCBCBC. Windows color (decimal): -2443130 or 8829146. OLE color: 8829146.

HSL color Cylindrical-coordinate representation of color #DAB886: hue angle of 35.71º degrees, saturation: 0.53, 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 #DAB886 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218184134-
CMYK00.160.390.15
HSL35.71º53.16%69.02%-
HSV(B)35.71º38.53%85.49%-
XYZ50.3650.9129.73-
YUV188.4797.26149.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 134 (52.73% from 255) = 25%
R=40.67%
G=34.33%
B=25%

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
Decimal21818413400.160.390.1535.7153.1669.02
HexDAB88601027F243545
Octal33227020602047174465105
Binary11011010101110001000011001000010011111111001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB886; }

 p { color: rgb(218,184,134); }

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

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

 a { background-color: rgb(218,184,134); }

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

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

 span { border-color: rgb(218,184,134); }

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