Html Css Color HEX #D9B686 Burly Wood

📋 copy color: '#D9B686'

red 217 ◦ green 182 ◦ blue 134

#D9B686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burly Wood #D9B686

Tints of Burly Wood #D9B686

RGB

 RED value IS 217 (85.16% from 255) = 40.71%

 GREEN value IS 182 (71.48% from 255) = 34.15%

 BLUE value IS 134 (52.73% from 255) = 25.14%

R = 40.71%
G = 34.15%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D9B686 (or 0xD9B686) is known color: Burly Wood. HEX triplet: D9, B6 and 86. RGB value is (217,182,134). Sum of RGB (Red+Green+Blue) = 217+182+134=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B686 is #264979. Grayscale: #BBBBBB. Windows color (decimal): -2509178 or 8828633. OLE color: 8828633.

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

Color convert

RGB 217 182 134 -
CMYK 0 0.16 0.38 0.15
HSL 34.7º 0.52% 0.69% -
HSV(B) 34.7º 0.38% 0.85% -
XYZ 49.65 49.93 29.57 -
YUV 186.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 217 182 134 0 0.16 0.38 0.15 34.7 0.52 0.69
Hex D9 B6 86 0 10 26 F 23 34 45
Octal 331 266 206 0 20 46 17 43 64 105
Binary 11011001 10110110 10000110 0 10000 100110 1111 100011 110100 1000101

Color Harmonies of #D9B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B686

Black with #D9B686

Text Example


Text Example

White with #D9B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B686; }

 p { color: rgb(217,182,134); }

 H1.HeaderClassName
 {
   color: #D9B686;
 }
 .AnyTagClassName
 {
   color: #D9B686;
 }
</style>

background-color css

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

 a { background-color: rgb(217,182,134); }

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

border-color css

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

 span { border-color: rgb(217,182,134); }

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