Html Css Color HEX #D8B785 Burly Wood

📋 copy color: '#D8B785'

red 216 ◦ green 183 ◦ blue 133

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

Shades of Burly Wood #D8B785

Tints of Burly Wood #D8B785

RGB

 RED value IS 216 (84.77% from 255) = 40.6%

 GREEN value IS 183 (71.88% from 255) = 34.4%

 BLUE value IS 133 (52.34% from 255) = 25%

R = 40.6%
G = 34.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8B785 (or 0xD8B785) is known color: Burly Wood. HEX triplet: D8, B7 and 85. RGB value is (216,183,133). Sum of RGB (Red+Green+Blue) = 216+183+133=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B785 is #27487A. Grayscale: #BBBBBB. Windows color (decimal): -2574459 or 8763352. OLE color: 8763352.

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

Color convert

RGB 216 183 133 -
CMYK 0 0.15 0.38 0.15
HSL 36.14º 0.52% 0.68% -
HSV(B) 36.14º 0.38% 0.85% -
XYZ 49.49 50.16 29.26 -
YUV 187.17 97.43 148.57 -
System Red Green Blue C M Y K H S L
Decimal 216 183 133 0 0.15 0.38 0.15 36.14 0.52 0.68
Hex D8 B7 85 0 F 26 F 24 34 44
Octal 330 267 205 0 17 46 17 44 64 104
Binary 11011000 10110111 10000101 0 1111 100110 1111 100100 110100 1000100

Color Harmonies of #D8B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B785

Black with #D8B785

Text Example


Text Example

White with #D8B785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B785; }

 p { color: rgb(216,183,133); }

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

background-color css

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

 a { background-color: rgb(216,183,133); }

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

border-color css

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

 span { border-color: rgb(216,183,133); }

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