Html Css Color HEX #DCBA86 Burly Wood

📋 copy color: '#DCBA86'

red 220 ◦ green 186 ◦ blue 134

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

Shades of Burly Wood #DCBA86

Tints of Burly Wood #DCBA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

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

R = 40.74%
G = 34.44%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCBA86 (or 0xDCBA86) is known color: Burly Wood. HEX triplet: DC, BA and 86. RGB value is (220,186,134). Sum of RGB (Red+Green+Blue) = 220+186+134=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA86 is #234579. Grayscale: #BEBEBE. Windows color (decimal): -2311546 or 8829660. OLE color: 8829660.

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

Color convert

RGB 220 186 134 -
CMYK 0 0.15 0.39 0.14
HSL 36.28º 0.55% 0.69% -
HSV(B) 36.28º 0.39% 0.86% -
XYZ 51.38 52.05 29.89 -
YUV 190.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 220 186 134 0 0.15 0.39 0.14 36.28 0.55 0.69
Hex DC BA 86 0 F 27 E 24 37 45
Octal 334 272 206 0 17 47 16 44 67 105
Binary 11011100 10111010 10000110 0 1111 100111 1110 100100 110111 1000101

Color Harmonies of #DCBA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA86

Black with #DCBA86

Text Example


Text Example

White with #DCBA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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