#D8B989

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

Shades of Burly Wood #D8B989

Tints of Burly Wood #D8B989

Color information

#D8B989 (or 0xD8B989) is unknown color: approx Burly Wood. HEX triplet: D8, B9 and 89. RGB value is (216,185,137). Sum of RGB (Red+Green+Blue) = 216+185+137=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B989 is #274676. Grayscale: #BDBDBD. Windows color (decimal): -2573943 or 9026008. OLE color: 9026008.

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

Color convert

RGB216185137-
CMYK00.140.370.15
HSL36.46º50.32%69.22%-
HSV(B)36.46º36.57%84.71%-
XYZ50.1851.130.89-
YUV188.898.77147.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 137 (53.91% from 255) = 25.46%
R=40.15%
G=34.39%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618513700.140.370.1536.4650.3269.22
HexD8B9890E25F243245
Octal33027121101645174462105
Binary1101100010111001100010010111010010111111001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B989; }

 p { color: rgb(216,185,137); }

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

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

 a { background-color: rgb(216,185,137); }

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

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

 span { border-color: rgb(216,185,137); }

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