Html Css Color HEX #D7B886 Burly Wood

📋 copy color: '#D7B886'

red 215 ◦ green 184 ◦ blue 134

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

Shades of Burly Wood #D7B886

Tints of Burly Wood #D7B886

RGB

 RED value IS 215 (84.38% from 255) = 40.34%

 GREEN value IS 184 (72.27% from 255) = 34.52%

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

R = 40.34%
G = 34.52%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D7B886 (or 0xD7B886) is known color: Burly Wood. HEX triplet: D7, B8 and 86. RGB value is (215,184,134). Sum of RGB (Red+Green+Blue) = 215+184+134=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B886 is #284779. Grayscale: #BBBBBB. Windows color (decimal): -2639738 or 8829143. OLE color: 8829143.

HSL color Cylindrical-coordinate representation of color #D7B886: hue angle of 37.04º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7B886 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 184 134 -
CMYK 0 0.14 0.38 0.16
HSL 37.04º 0.5% 0.68% -
HSV(B) 37.04º 0.38% 0.84% -
XYZ 49.47 50.45 29.68 -
YUV 187.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 215 184 134 0 0.14 0.38 0.16 37.04 0.5 0.68
Hex D7 B8 86 0 E 26 10 25 32 44
Octal 327 270 206 0 16 46 20 45 62 104
Binary 11010111 10111000 10000110 0 1110 100110 10000 100101 110010 1000100

Color Harmonies of #D7B886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B886

Black with #D7B886

Text Example


Text Example

White with #D7B886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B886; }

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

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

background-color css

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

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

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

border-color css

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

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

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