#DCBA7D

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

Shades of Straw #DCBA7D

Tints of Straw #DCBA7D

Color information

#DCBA7D (or 0xDCBA7D) is unknown color: approx Straw. HEX triplet: DC, BA and 7D. RGB value is (220,186,125). Sum of RGB (Red+Green+Blue) = 220+186+125=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7D is #234582. Grayscale: #BDBDBD. Windows color (decimal): -2311555 or 8239836. OLE color: 8239836.

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

Color convert

RGB220186125-
CMYK00.150.430.14
HSL38.53º57.58%67.65%-
HSV(B)38.53º43.18%86.27%-
XYZ50.7851.8126.73-
YUV189.2191.76149.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=41.43%
G=35.03%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018612500.150.430.1438.5357.5867.65
HexDCBA7D0F2BE273a44
Octal33427217501753164772104
Binary110111001011101011111010111110101111101001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA7D; }

 p { color: rgb(220,186,125); }

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

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

 a { background-color: rgb(220,186,125); }

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

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

 span { border-color: rgb(220,186,125); }

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