Html Css Color HEX #DCB785 Burly Wood

📋 copy color: '#DCB785'

red 220 ◦ green 183 ◦ blue 133

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

Shades of Burly Wood #DCB785

Tints of Burly Wood #DCB785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.81%

R = 41.04%
G = 34.14%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCB785 (or 0xDCB785) is known color: Burly Wood. HEX triplet: DC, B7 and 85. RGB value is (220,183,133). Sum of RGB (Red+Green+Blue) = 220+183+133=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB785 is #23487A. Grayscale: #BCBCBC. Windows color (decimal): -2312315 or 8763356. OLE color: 8763356.

HSL color Cylindrical-coordinate representation of color #DCB785: hue angle of 34.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB785 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 133 -
CMYK 0 0.17 0.40 0.14
HSL 34.48º 0.55% 0.69% -
HSV(B) 34.48º 0.4% 0.86% -
XYZ 50.68 50.78 29.32 -
YUV 188.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 220 183 133 0 0.17 0.40 0.14 34.48 0.55 0.69
Hex DC B7 85 0 11 28 E 22 37 45
Octal 334 267 205 0 21 50 16 42 67 105
Binary 11011100 10110111 10000101 0 10001 101000 1110 100010 110111 1000101

Color Harmonies of #DCB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB785

Black with #DCB785

Text Example


Text Example

White with #DCB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB785; }

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

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

background-color css

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

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

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

border-color css

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

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

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