#dcb776

Color #DCB776 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DCB776

Tints of Straw #DCB776

Color information

#DCB776 (or 0xDCB776) is unknown color: approx Straw. HEX triplet: DC, B7 and 76. RGB value is (220,183,118). Sum of RGB (Red+Green+Blue) = 220+183+118=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB776 is #234889. Grayscale: #BABABA. Windows color (decimal): -2312330 or 7780316. OLE color: 7780316.

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

Color convert

RGB220183118-
CMYK00.170.460.14
HSL38.24º59.3%66.27%-
HSV(B)38.24º46.36%86.27%-
XYZ49.7250.3924.25-
YUV186.6589.26151.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 118 (46.48% from 255) = 22.65%
R=42.23%
G=35.12%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018311800.170.460.1438.2459.366.27
HexDCB7760112EE263b42
Octal33426716602156164673102
Binary1101110010110111111011001000110111011101001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb776; }

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

 H1.HeaderClassName
 {
   color: #dcb776;
 }
 .AnyTagClassName
 {
   color: #dcb776;
 }
</style>
background-color css

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

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

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

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

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

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