Html Css Color HEX #DCB786 Burly Wood

📋 copy color: '#DCB786'

red 220 ◦ green 183 ◦ blue 134

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

Shades of Burly Wood #DCB786

Tints of Burly Wood #DCB786

RGB

 RED value IS 220 (86.33% from 255) = 40.97%

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

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

R = 40.97%
G = 34.08%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCB786 (or 0xDCB786) is known color: Burly Wood. HEX triplet: DC, B7 and 86. RGB value is (220,183,134). Sum of RGB (Red+Green+Blue) = 220+183+134=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB786 is #234879. Grayscale: #BCBCBC. Windows color (decimal): -2312314 or 8828892. OLE color: 8828892.

HSL color Cylindrical-coordinate representation of color #DCB786: hue angle of 34.19º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCB786 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 134 -
CMYK 0 0.17 0.39 0.14
HSL 34.19º 0.55% 0.69% -
HSV(B) 34.19º 0.39% 0.86% -
XYZ 50.75 50.8 29.69 -
YUV 188.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 220 183 134 0 0.17 0.39 0.14 34.19 0.55 0.69
Hex DC B7 86 0 11 27 E 22 37 45
Octal 334 267 206 0 21 47 16 42 67 105
Binary 11011100 10110111 10000110 0 10001 100111 1110 100010 110111 1000101

Color Harmonies of #DCB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB786

Black with #DCB786

Text Example


Text Example

White with #DCB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB786; }

 p { color: rgb(220,183,134); }

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

background-color css

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

 a { background-color: rgb(220,183,134); }

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

border-color css

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

 span { border-color: rgb(220,183,134); }

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