Html Css Color HEX #DCB780 Burly Wood

📋 copy color: '#DCB780'

red 220 ◦ green 183 ◦ blue 128

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

Shades of Burly Wood #DCB780

Tints of Burly Wood #DCB780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.46%

 BLUE value IS 128 (50.39% from 255) = 24.11%

R = 41.43%
G = 34.46%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCB780 (or 0xDCB780) is known color: Burly Wood. HEX triplet: DC, B7 and 80. RGB value is (220,183,128). Sum of RGB (Red+Green+Blue) = 220+183+128=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB780 is #23487F. Grayscale: #BCBCBC. Windows color (decimal): -2312320 or 8435676. OLE color: 8435676.

HSL color Cylindrical-coordinate representation of color #DCB780: hue angle of 35.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB780 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 128 -
CMYK 0 0.17 0.42 0.14
HSL 35.87º 0.57% 0.68% -
HSV(B) 35.87º 0.42% 0.86% -
XYZ 50.34 50.64 27.54 -
YUV 187.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 220 183 128 0 0.17 0.42 0.14 35.87 0.57 0.68
Hex DC B7 80 0 11 2A E 24 39 44
Octal 334 267 200 0 21 52 16 44 71 104
Binary 11011100 10110111 10000000 0 10001 101010 1110 100100 111001 1000100

Color Harmonies of #DCB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB780

Black with #DCB780

Text Example


Text Example

White with #DCB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB780; }

 p { color: rgb(220,183,128); }

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

background-color css

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

 a { background-color: rgb(220,183,128); }

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

border-color css

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

 span { border-color: rgb(220,183,128); }

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