Html Css Color HEX #DCBA8A Burly Wood

📋 copy color: '#DCBA8A'

red 220 ◦ green 186 ◦ blue 138

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

Shades of Burly Wood #DCBA8A

Tints of Burly Wood #DCBA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.37%

R = 40.44%
G = 34.19%
B = 25.37%

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

#DCBA8A (or 0xDCBA8A) is known color: Burly Wood. HEX triplet: DC, BA and 8A. RGB value is (220,186,138). Sum of RGB (Red+Green+Blue) = 220+186+138=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8A is #234575. Grayscale: #BEBEBE. Windows color (decimal): -2311542 or 9091804. OLE color: 9091804.

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

Color convert

RGB 220 186 138 -
CMYK 0 0.15 0.37 0.14
HSL 35.12º 0.54% 0.7% -
HSV(B) 35.12º 0.37% 0.86% -
XYZ 51.66 52.17 31.39 -
YUV 190.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 220 186 138 0 0.15 0.37 0.14 35.12 0.54 0.7
Hex DC BA 8A 0 F 25 E 23 36 46
Octal 334 272 212 0 17 45 16 43 66 106
Binary 11011100 10111010 10001010 0 1111 100101 1110 100011 110110 1000110

Color Harmonies of #DCBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA8A

Black with #DCBA8A

Text Example


Text Example

White with #DCBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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