Html Css Color HEX #DCBC8A Burly Wood

📋 copy color: '#DCBC8A'

red 220 ◦ green 188 ◦ blue 138

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

Shades of Burly Wood #DCBC8A

Tints of Burly Wood #DCBC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.43%

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

R = 40.29%
G = 34.43%
B = 25.27%

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

#DCBC8A (or 0xDCBC8A) is known color: Burly Wood. HEX triplet: DC, BC and 8A. RGB value is (220,188,138). Sum of RGB (Red+Green+Blue) = 220+188+138=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC8A is #234375. Grayscale: #C0C0C0. Windows color (decimal): -2311030 or 9092316. OLE color: 9092316.

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

Color convert

RGB 220 188 138 -
CMYK 0 0.15 0.37 0.14
HSL 36.59º 0.54% 0.7% -
HSV(B) 36.59º 0.37% 0.86% -
XYZ 52.09 53.02 31.53 -
YUV 191.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 220 188 138 0 0.15 0.37 0.14 36.59 0.54 0.7
Hex DC BC 8A 0 F 25 E 25 36 46
Octal 334 274 212 0 17 45 16 45 66 106
Binary 11011100 10111100 10001010 0 1111 100101 1110 100101 110110 1000110

Color Harmonies of #DCBC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC8A

Black with #DCBC8A

Text Example


Text Example

White with #DCBC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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