Html Css Color HEX #DCB686 Burly Wood

📋 copy color: '#DCB686'

red 220 ◦ green 182 ◦ blue 134

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

Shades of Burly Wood #DCB686

Tints of Burly Wood #DCB686

RGB

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

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

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

R = 41.04%
G = 33.96%
B = 25%

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

#DCB686 (or 0xDCB686) is known color: Burly Wood. HEX triplet: DC, B6 and 86. RGB value is (220,182,134). Sum of RGB (Red+Green+Blue) = 220+182+134=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB686 is #234979. Grayscale: #BCBCBC. Windows color (decimal): -2312570 or 8828636. OLE color: 8828636.

HSL color Cylindrical-coordinate representation of color #DCB686: hue angle of 33.49º 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 #DCB686 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 134 -
CMYK 0 0.17 0.39 0.14
HSL 33.49º 0.55% 0.69% -
HSV(B) 33.49º 0.39% 0.86% -
XYZ 50.55 50.39 29.62 -
YUV 187.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 220 182 134 0 0.17 0.39 0.14 33.49 0.55 0.69
Hex DC B6 86 0 11 27 E 21 37 45
Octal 334 266 206 0 21 47 16 41 67 105
Binary 11011100 10110110 10000110 0 10001 100111 1110 100001 110111 1000101

Color Harmonies of #DCB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB686

Black with #DCB686

Text Example


Text Example

White with #DCB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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