#D9BD8C

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

Shades of Burly Wood #D9BD8C

Tints of Burly Wood #D9BD8C

Color information

#D9BD8C (or 0xD9BD8C) is unknown color: approx Burly Wood. HEX triplet: D9, BD and 8C. RGB value is (217,189,140). Sum of RGB (Red+Green+Blue) = 217+189+140=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD8C is #264273. Grayscale: #C0C0C0. Windows color (decimal): -2507380 or 9223641. OLE color: 9223641.

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

Color convert

RGB217189140-
CMYK00.130.350.15
HSL38.18º50.33%70%-
HSV(B)38.18º35.48%85.1%-
XYZ51.5553.0432.33-
YUV191.7998.78145.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 140 (55.08% from 255) = 25.64%
R=39.74%
G=34.62%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718914000.130.350.1538.1850.3370
HexD9BD8C0D23F263246
Octal33127521401543174662106
Binary1101100110111101100011000110110001111111001101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD8C; }

 p { color: rgb(217,189,140); }

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

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

 a { background-color: rgb(217,189,140); }

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

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

 span { border-color: rgb(217,189,140); }

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