Html Css Color HEX #DCB680 Burly Wood

📋 copy color: '#DCB680'

red 220 ◦ green 182 ◦ blue 128

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

Shades of Burly Wood #DCB680

Tints of Burly Wood #DCB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

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

R = 41.51%
G = 34.34%
B = 24.15%

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

#DCB680 (or 0xDCB680) is known color: Burly Wood. HEX triplet: DC, B6 and 80. RGB value is (220,182,128). Sum of RGB (Red+Green+Blue) = 220+182+128=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB680 is #23497F. Grayscale: #BBBBBB. Windows color (decimal): -2312576 or 8435420. OLE color: 8435420.

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

Color convert

RGB 220 182 128 -
CMYK 0 0.17 0.42 0.14
HSL 35.22º 0.57% 0.68% -
HSV(B) 35.22º 0.42% 0.86% -
XYZ 50.14 50.23 27.47 -
YUV 187.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 220 182 128 0 0.17 0.42 0.14 35.22 0.57 0.68
Hex DC B6 80 0 11 2A E 23 39 44
Octal 334 266 200 0 21 52 16 43 71 104
Binary 11011100 10110110 10000000 0 10001 101010 1110 100011 111001 1000100

Color Harmonies of #DCB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB680

Black with #DCB680

Text Example


Text Example

White with #DCB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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