Html Css Color HEX #DCBA8B Burly Wood

📋 copy color: '#DCBA8B'

red 220 ◦ green 186 ◦ blue 139

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

Shades of Burly Wood #DCBA8B

Tints of Burly Wood #DCBA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 40.37%
G = 34.13%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCBA8B (or 0xDCBA8B) is known color: Burly Wood. HEX triplet: DC, BA and 8B. RGB value is (220,186,139). Sum of RGB (Red+Green+Blue) = 220+186+139=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8B is #234574. Grayscale: #BFBFBF. Windows color (decimal): -2311541 or 9157340. OLE color: 9157340.

HSL color Cylindrical-coordinate representation of color #DCBA8B: hue angle of 34.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCBA8B is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 139 -
CMYK 0 0.15 0.37 0.14
HSL 34.81º 0.54% 0.7% -
HSV(B) 34.81º 0.37% 0.86% -
XYZ 51.73 52.2 31.77 -
YUV 190.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 220 186 139 0 0.15 0.37 0.14 34.81 0.54 0.7
Hex DC BA 8B 0 F 25 E 23 36 46
Octal 334 272 213 0 17 45 16 43 66 106
Binary 11011100 10111010 10001011 0 1111 100101 1110 100011 110110 1000110

Color Harmonies of #DCBA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA8B

Black with #DCBA8B

Text Example


Text Example

White with #DCBA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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