#DCBA7F

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

Shades of Straw #DCBA7F

Tints of Straw #DCBA7F

Color information

#DCBA7F (or 0xDCBA7F) is unknown color: approx Straw. HEX triplet: DC, BA and 7F. RGB value is (220,186,127). Sum of RGB (Red+Green+Blue) = 220+186+127=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7F is #234580. Grayscale: #BDBDBD. Windows color (decimal): -2311553 or 8370908. OLE color: 8370908.

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

Color convert

RGB220186127-
CMYK00.150.420.14
HSL38.06º57.06%68.04%-
HSV(B)38.06º42.27%86.27%-
XYZ50.951.8727.41-
YUV189.4492.76149.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 127 (50% from 255) = 23.83%
R=41.28%
G=34.90%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018612700.150.420.1438.0657.0668.04
HexDCBA7F0F2AE263944
Octal33427217701752164671104
Binary110111001011101011111110111110101011101001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA7F; }

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

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

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

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

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

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

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

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