#DCB876

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

Shades of Straw #DCB876

Tints of Straw #DCB876

Color information

#DCB876 (or 0xDCB876) is unknown color: approx Straw. HEX triplet: DC, B8 and 76. RGB value is (220,184,118). Sum of RGB (Red+Green+Blue) = 220+184+118=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB876 is #234789. Grayscale: #BBBBBB. Windows color (decimal): -2312074 or 7780572. OLE color: 7780572.

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

Color convert

RGB220184118-
CMYK00.160.460.14
HSL38.82º59.3%66.27%-
HSV(B)38.82º46.36%86.27%-
XYZ49.9350.824.31-
YUV187.2488.93151.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=42.15%
G=35.25%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018411800.160.460.1438.8259.366.27
HexDCB8760102EE273b42
Octal33427016602056164773102
Binary1101110010111000111011001000010111011101001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB876; }

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

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

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

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

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

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

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

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