#DABD8B

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

Shades of Burly Wood #DABD8B

Tints of Burly Wood #DABD8B

Color information

#DABD8B (or 0xDABD8B) is unknown color: approx Burly Wood. HEX triplet: DA, BD and 8B. RGB value is (218,189,139). Sum of RGB (Red+Green+Blue) = 218+189+139=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD8B is #254274. Grayscale: #C0C0C0. Windows color (decimal): -2441845 or 9158106. OLE color: 9158106.

HSL color Cylindrical-coordinate representation of color #DABD8B: hue angle of 37.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DABD8B is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218189139-
CMYK00.130.360.15
HSL37.97º51.63%70%-
HSV(B)37.97º36.24%85.49%-
XYZ51.7753.1631.96-
YUV191.9798.11146.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=39.93%
G=34.62%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818913900.130.360.1537.9751.6370
HexDABD8B0D24F263446
Octal33227521301544174664106
Binary1101101010111101100010110110110010011111001101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD8B; }

 p { color: rgb(218,189,139); }

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

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

 a { background-color: rgb(218,189,139); }

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

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

 span { border-color: rgb(218,189,139); }

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